summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman1-4/+2
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-11-28net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-0/+16
2019-11-10net/flow_dissector: switch to siphashEric Dumazet1-28/+20
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-09-21net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-09-10net: fix skb use after free in netpollFeng Sun1-3/+3
2019-09-06tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-11net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-08-04net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi1-0/+2
2019-06-22neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-11ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2019-06-11pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-11neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-06-11ethtool: fix potential userspace buffer overflowVivien Didelot1-1/+4
2019-06-11net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-06-11net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-16bpf: reject wrong sized filters earlierDaniel Borkmann1-8/+15
2019-04-27net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-10/+19
2019-04-27netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-03-23net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-08net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2019-02-08net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2019-02-08net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2019-01-26net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-0/+3
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-20rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+19
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4