summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-10-31net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-10-05neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-10-05pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-10-05net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-08-13net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-07-09netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-07-09net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-02-11rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2019-02-11net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2019-02-11rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-12-16net: make skb_partial_csum_set() more robust against overflowsEric Dumazet
2018-12-16rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-11-20skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-11-20rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-10-21vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-10-21net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-10-21net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-10-21net: initialize skb->peeked when cloningEric Dumazet
2018-09-25net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2018-06-16net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-06-16net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-06-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-06-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-06-16net: fix race on decreasing number of TX queuesJakub Kicinski
2018-01-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel
2017-11-26net: don't decrement kobj reference count on init failurestephen hemminger
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-11-11net: remove open-coded skb_cow_head.françois romieu
2017-09-15net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-09-15net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-09-15netem: fix skb_orphan_partial()Eric Dumazet
2017-07-18net: properly release sk_frag.pageEric Dumazet
2017-06-05net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-16drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-03-16drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-03-16net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2017-03-16net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2017-03-16net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-03-16net/sock: Add sock_efree() functionBen Hutchings
2017-03-16net: use a work queue to defer net_disable_timestamp() workEric Dumazet