summaryrefslogtreecommitdiff
path: root/net/core (follow)
Commit message (Expand)AuthorAge
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-21
* net: fix skb use after free in netpollFeng Sun2019-09-10
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-06
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-11
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-08-04
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-22
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-11
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-11
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-11
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-11
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-11
* net: avoid weird emergency messageEric Dumazet2019-06-11
* bpf: reject wrong sized filters earlierDaniel Borkmann2019-05-16
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-27
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-27
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-23
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-23
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-23
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2019-02-08
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2019-02-08
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2019-02-08
* net: speed up skb_rbtree_purge()Eric Dumazet2019-01-26
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-26
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-13
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-17
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-27
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-27
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-10
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-20
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-20
* tcp: use an RB tree for ooo receive queueYaogong Wang2018-10-13
* neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-29
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-24
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-28
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-25
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-25
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-13
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-30
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-30
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-26
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-05-16
* net: initialize skb->peeked when cloningEric Dumazet2018-05-16
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-29
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-29
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-29
* net: fool proof dev_valid_name()Eric Dumazet2018-04-13
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-13
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2018-04-13
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-13
* net: move somaxconn init from sysctl codeRoman Kapl2018-04-13