summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
* udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
* ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
* netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
* net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter2017-04-211-1/+3
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
* gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
* ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
* net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-201-29/+64
|\
| * af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-04-181-21/+26
| * af_key: Add lock to key dumpYuejie Shi2017-04-031-8/+38
* | ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* | mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-201-0/+21
* | Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-04-201-18/+47
|\ \
| * | mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-131-18/+47
* | | ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal2017-04-171-2/+5
* | | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-173-14/+6
* | | ipv4: fix a deadlock in ip_ra_controlWANG Cong2017-04-173-9/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-04-148-25/+62
|\ \ \
| * | | netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
| * | | netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| * | | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| * | | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| * | | netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| * | | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| * | | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| * | | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| * | | netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
* | | | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
* | | | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0
| |/ / |/| |
* | | bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-04-111-2/+5
* | | bridge: implement missing ndo_uninit()Ido Schimmel2017-04-114-12/+21
* | | tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-091-0/+1
* | | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng2017-04-081-2/+2
* | | l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-081-1/+6
* | | l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-081-2/+0
* | | tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng2017-04-071-8/+12
* | | sctp: listen on the sock only when it's state is listening or closedXin Long2017-04-061-0/+3
* | | net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong2017-04-061-1/+1
* | | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-061-1/+1
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2017-04-061-9/+14
|\ \ \
| * | | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-021-9/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0540-375/+663
|\ \ \ \
| * | | | tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-051-13/+14
| * | | | tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-051-1/+2