summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-231-11/+7
* can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-231-11/+7
* af_key: fix buffer overread in parse_exthdrs()Eric Biggers2018-01-231-0/+3
* af_key: fix buffer overread in verify_address_len()Eric Biggers2018-01-231-0/+5
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-171-9/+11
* ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-171-0/+9
* net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-172-2/+2
* ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-171-13/+2
* ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-171-2/+3
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-172-12/+25
* sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-171-12/+12
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-171-0/+1
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-171-0/+3
* net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-171-1/+1
* ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-171-4/+5
* 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-171-6/+1
* Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert2018-01-051-11/+18
* skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2018-01-021-3/+3
* skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2018-01-021-1/+2
* skbuff: orphan frags before zerocopy cloneWillem de Bruijn2018-01-021-2/+2
* ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2018-01-021-1/+1
* ipv4: fib: Fix metrics match when deleting a routePhil Sutter2018-01-021-2/+6
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2018-01-021-4/+5
* tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2018-01-021-0/+2
* ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2018-01-021-8/+11
* tcp: fix potential underestimation on rcv_rttWei Wang2018-01-021-4/+6
* tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2018-01-021-1/+1
* sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2018-01-021-1/+5
* openvswitch: Fix pop_vlan action for double tagged framesEric Garver2018-01-021-3/+12
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-023-5/+16
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-021-1/+5
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2018-01-021-1/+1
* net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2018-01-021-5/+6
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-021-2/+7
* ip6_gre: fix device features for ioctl setupAlexey Kodanev2018-01-021-25/+32
* adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2018-01-021-1/+1
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2018-01-021-0/+1
* tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2018-01-021-0/+4
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-022-2/+2
* tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2018-01-021-2/+5
* RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2018-01-021-0/+3
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-023-3/+11
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-021-1/+19
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-023-12/+18
* Revert "ipv6: grab rt->rt6i_ref before allocating pcpu rt"Greg Kroah-Hartman2017-12-291-29/+29
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-251-1/+1