aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-375/+663
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long5-22/+17
2017-04-04l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-31/+36
2017-04-03flow dissector: correct size of storage for ARPSimon Horman1-1/+1
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-04-01l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-04-01sctp: use right in and out stream cntXin Long4-12/+11
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2-7/+6
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+2
2017-03-30sctp: alloc stream info when initializing asocXin Long3-16/+43
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-130/+206
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds1-1/+8
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2017-03-29cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel1-6/+4
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme1-2/+2
2017-03-28svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever1-0/+1
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long2-2/+2
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang1-3/+10
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang1-96/+81
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang5-1/+7
2017-03-24ping: implement proper lockingEric Dumazet1-2/+3
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal1-2/+29
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-03-24Merge tag 'ceph-for-4.11-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+6
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong1-3/+3
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-312/+502
2017-03-23libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-22tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue1-1/+6
2017-03-22sctp: remove useless err from sctp_association_initXin Long1-4/+2
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen1-3/+9
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso1-2/+84
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2-7/+12
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2-1/+22
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long1-4/+3
2017-03-21sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-21vsock: cancel packets when failing to connectPeng Tao1-0/+14
2017-03-21vsock: add pkt cancel capabilityPeng Tao1-0/+42
2017-03-21vsock: track pkt owner vsockPeng Tao1-0/+7
2017-03-21crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang1-9/+11
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-16bridge: resolve a false alarm of lockdepWANG Cong2-10/+1
2017-03-16rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-03-16net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-16net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern1-3/+10
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-11/+42
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
2017-03-16nl80211: fix dumpit error path RTNL deadlocksJohannes Berg1-71/+56
2017-03-15net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller14-150/+160
2017-03-15net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-03-15netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang1-1/+2
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-237/+346
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-4/+0
2017-03-13netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso1-80/+66
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)1-1/+5
2017-03-13netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal1-5/+7
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang7-47/+51
2017-03-13netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang1-10/+17
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells27-88/+115
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-09rds: ib: add error handleZhu Yanjun1-11/+36
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-09SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee1-0/+1
2017-03-08netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue1-1/+12
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-12/+15
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan1-10/+9
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan3-5/+6
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells3-25/+39
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-07libceph: osd_request_timeout optionIlya Dryomov2-1/+50
2017-03-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-03-07libceph: fix crush_decode() for older mapsIlya Dryomov1-2/+1
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-197/+462
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann5-4/+29
2017-03-04batman-adv: Keep fragments equally sizedSven Eckelmann1-7/+13
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2017-03-03strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-88/+63
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds58-16/+81
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso1-78/+55
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso1-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy1-2/+0
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar5-0/+10
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-51/+29
2017-03-02Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+3
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong1-0/+6
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang1-3/+12
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+2
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2-10/+12
2017-03-02dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-02Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-9/+11
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1
2017-03-02ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong1-5/+9
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar3-0/+6
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar28-6/+38
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar3-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar13-10/+13
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+2
2017-03-02average: change to declare precision, not factorJohannes Berg3-3/+3
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet2-1/+1
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-01net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-03-01net: bridge: allow IPv6 when multicast flood is disabledMike Manning1-1/+2
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-250/+304
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+2
2017-03-01Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller6-14/+34
2017-03-01tcp/dccp: block BH for SYN processingEric Dumazet2-4/+16
2017-03-01bridge: Fix error path in nbp_vlan_initYotam Gigi1-1/+1
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2-0/+2
2017-03-01net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia1-7/+15
2017-03-01net: solve a NAPI raceEric Dumazet1-4/+72
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun2-4/+2
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long1-0/+3
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells7-22/+154
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-270/+239
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-219/+261
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-41/+77
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2017-02-28mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan23-39/+39
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2-4/+4
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+5
2017-02-27mac80211: fix typo in debug printSara Sharon1-1/+1
2017-02-27mac80211: shorten debug messageSara Sharon1-1/+1
2017-02-27mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-02-27mac80211: don't handle filtered frames within a BA sessionFelix Fietkau1-1/+2
2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon3-3/+18
2017-02-27mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-02-27mac80211: fix packet statistics for fast-RXJohannes Berg1-0/+1
2017-02-26l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-02-26xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov1-8/+21
2017-02-26net sched actions: do not overwrite status of action creation.Roman Mashak1-2/+2
2017-02-26rxrpc: Kernel calls get stuck in recvmsgDavid Howells1-2/+6
2017-02-26net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-02-26ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8