summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Revert "sctp: Fix race between OOTB responce and route removal"Ben Hutchings1-3/+1
2015-10-13ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2-4/+6
2015-10-13ipv6: prevent fib6_run_gc() contentionMichal Kubeček3-15/+12
2015-10-13fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-13net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-10-13net: Fix skb csum races when peekingHerbert Xu1-1/+2
2015-10-13net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-10-13net/tipc: initialize security state for new connection socketStephen Smalley1-0/+2
2015-10-13RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-10-13ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-10-13SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+2
2015-10-13mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-10-13sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-10-13net: Fix RCU splat in af_keyDavid Ahern1-23/+23
2015-10-13net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-10-13net: Clone skb before setting peeked flagHerbert Xu1-4/+38
2015-10-13rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-10-13pktgen: Require CONFIG_INET due to use of IPv4 checksum functionThomas Graf1-1/+1
2015-10-13ipv6: Fix build failure when CONFIG_INET disabledBen Hutchings1-1/+2
2015-08-12netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-08-12mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-08-12datagram: Factor out sk queue referencingPavel Emelyanov1-4/+5
2015-08-12rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-08-12net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+11
2015-08-12net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-08-12rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-54/+52
2015-08-129p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-08-12netfilter: bridge: don't leak skb in error pathsFlorian Westphal1-1/+4
2015-08-12crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-08-12bridge: multicast: restore router configuration on port link down/upSatish Ashok1-0/+5
2015-08-12NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-08-12SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-08-12pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-08-07net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-14/+10
2015-08-07sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-08-07neigh: do not modify unlinked entriesJulian Anastasov1-0/+11
2015-08-07packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-08-07packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2015-08-07bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-08-07unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2-0/+16
2015-08-07ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2-22/+39
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-08-07bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-08-07bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-08-07mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-08-07ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala1-0/+3
2015-05-09ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5