summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-04-27ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu
2016-04-27SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust
2016-04-27svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2016-04-27mac80211: enable assoc check for mesh interfacesBob Copeland
2016-03-21af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-21ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2016-03-21SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown
2016-03-21atm: deal with setting entry before mkip was calledSasha Levin
2016-03-21netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin
2016-03-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2016-03-21net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2016-03-21ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2016-03-21RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-03-21RDS: verify the underlying transport exists before creating a connectionSasha Levin
2016-03-21net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2016-03-21sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2016-03-21net: Fix RCU splat in af_keyDavid Ahern
2016-03-21rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2016-03-21netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2016-03-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2016-03-21mac80211: clear subdir_stations when removing debugfsTom Hughes
2016-03-21net: Clone skb before setting peeked flagHerbert Xu
2016-03-21rds: rds_ib_device.refcount overflowWengang Wang
2016-03-21net: call rcu_read_lock early in process_backlogJulian Anastasov
2016-03-21net: do not process device backlog during unregistrationJulian Anastasov
2016-03-21rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-10-229p: forgetting to cancel request on interrupted zero-copy RPCAl Viro
2015-10-22crush: fix a bug in tree bucket decodeIlya Dryomov
2015-10-22bridge: multicast: restore router configuration on port link down/upSatish Ashok
2015-10-22packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-10-22packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-10-22bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-10-22sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-10-22SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-10-22pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet
2015-09-18NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle
2015-09-18bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin
2015-09-18net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng
2015-09-18ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-09-18bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-09-18bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-09-18bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok
2015-09-18bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-09-18mac80211: move WEP tailroom size checkJanusz Dziedzic
2015-09-18ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala
2015-09-14ipv6: add check for blackhole or prohibited entry in rt6_redireWeilong Chen
2015-06-19ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-06-19net: make skb_gso_segment error handling more robustFlorian Westphal