aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-10-131-0/+2
* mac80211: enable assoc check for mesh interfacesBob Copeland2015-10-131-3/+0
* sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-10-131-1/+1
* net: Fix RCU splat in af_keyDavid Ahern2015-10-131-23/+23
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-10-131-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2015-10-131-4/+38
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-10-131-1/+1
* pktgen: Require CONFIG_INET due to use of IPv4 checksum functionThomas Graf2015-10-131-1/+1
* ipv6: Fix build failure when CONFIG_INET disabledBen Hutchings2015-10-131-1/+2
* netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-08-121-1/+2
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-08-121-2/+4
* mac80211: clear subdir_stations when removing debugfsTom Hughes2015-08-121-0/+1
* datagram: Factor out sk queue referencingPavel Emelyanov2015-08-121-4/+5
* rds: rds_ib_device.refcount overflowWengang Wang2015-08-121-1/+3
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-08-121-15/+11
* net: do not process device backlog during unregistrationJulian Anastasov2015-08-121-2/+4
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-08-121-54/+52
* 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-08-121-1/+2
* netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-08-121-1/+4
* crush: fix a bug in tree bucket decodeIlya Dryomov2015-08-121-1/+1
* bridge: multicast: restore router configuration on port link down/upSatish Ashok2015-08-121-0/+5
* NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle2015-08-121-1/+2
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-08-121-1/+1
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-08-121-1/+1
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-08-071-14/+10
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-08-071-1/+3
* neigh: do not modify unlinked entriesJulian Anastasov2015-08-071-0/+11
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-08-071-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-08-071-1/+1
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-08-072-3/+3
* unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2015-08-072-0/+16
* ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2015-08-072-22/+39
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-08-071-11/+32
* udp: fix behavior of wrong checksumsEric Dumazet2015-08-072-8/+4
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-08-071-4/+3
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-08-071-1/+1
* mac80211: move WEP tailroom size checkJanusz Dziedzic2015-08-071-2/+4
* ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-08-071-0/+3
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-091-5/+5
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-05-091-11/+21
* net: make skb_gso_segment error handling more robustFlorian Westphal2015-05-092-1/+3
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-091-20/+27
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-091-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-091-5/+2
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-05-091-1/+1
* caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro2015-05-091-1/+1
* rds: avoid potential stack overflowArnd Bergmann2015-05-091-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-091-6/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-092-9/+17
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-05-091-1/+6