summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-01-29net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2016-01-29Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Willy Tarreau
2015-12-06ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-12-06net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-12-06net: Fix skb csum races when peekingHerbert Xu
2015-12-06net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-12-06net: Clone skb before setting peeked flagHerbert Xu
2015-09-18pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer
2015-05-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-05-24net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-24net: reject creation of netdev names with colonsMatthew Thode
2014-11-23iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-11-23net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-11-23net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-11-23filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau
2014-06-19ethtool: Report link-down while interface is downBen Hutchings
2014-05-19net: fix 'ip rule' iif/oif device renameMaciej Zenczykowski
2014-05-19net: drop_monitor: fix the value of maxattrChangli Gao
2014-05-19{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2014-05-19net: core: Always propagate flag changes to interfacesVlad Yasevich
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-05-19net: Fix "ip rule delete table 256"Andreas Henriksson
2014-05-19net: check net.core.somaxconn sysctl valuesRoman Gushchin
2014-05-19neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-06-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2013-06-10net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-06-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-10-07net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-10-07net: fix a race in sock_queue_err_skb()Eric Dumazet
2012-10-07net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang
2012-02-13net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2012-02-13net: fix sk_forward_alloc corruptionsEric Dumazet
2011-12-09gro: reset vlan_tci on reuseBenjamin Poirier
2011-11-07scm: lower SCM_MAX_FDEric Dumazet
2011-11-07GRO: fix merging a paged skb after non-paged skbsMichal Schmidt
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-07-13net: filter: Use WARN_RATELIMITJoe Perches
2011-04-14gro: reset skb_iif on reuseAndy Gospodarek
2011-04-14gro: Reset dev pointer on reuseHerbert Xu
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-02filter: make sure filters dont read uninitialized memoryDavid S. Miller
2011-01-07net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2010-12-09net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2010-12-09net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-12-09net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
2010-10-28net: clear heap allocations for privileged ethtool actionsKees Cook
2010-10-28net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2010-10-28tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-09-26gro: Fix bogus gso_size on the first fraglist entryHerbert Xu