summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-11-221-0/+2
* net: fix ifindex collision during namespace removalJiri Pirko2019-11-221-0/+2
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-10-311-0/+2
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-10-051-0/+7
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-10-051-0/+11
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-10-051-1/+1
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-08-131-2/+4
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-07-091-0/+1
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-091-0/+3
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2019-02-111-0/+3
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2019-02-111-0/+4
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2019-02-111-0/+10
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-12-161-2/+26
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-12-161-5/+7
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-12-161-0/+6
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-11-201-0/+1
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-11-201-4/+4
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-10-211-1/+2
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-10-211-11/+19
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-10-211-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2018-10-211-0/+1
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2018-09-251-0/+2
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-06-161-2/+4
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-06-161-1/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-06-161-1/+1
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-06-161-2/+5
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-06-161-2/+9
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2018-01-011-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2018-01-011-3/+3
* net: enable interface alias removal via rtnlNicolas Dichtel2018-01-011-1/+4
* net: don't decrement kobj reference count on init failurestephen hemminger2017-11-261-12/+10
* ipv4: add reference counting to metricsEric Dumazet2017-11-111-10/+15
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-112-5/+23
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-11-111-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-11-111-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-11-111-3/+9
* net: remove open-coded skb_cow_head.françois romieu2017-11-111-2/+2
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-09-151-1/+7
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-09-151-2/+2
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-09-151-0/+2
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-09-151-3/+0
* netem: fix skb_orphan_partial()Eric Dumazet2017-09-151-6/+6
* net: properly release sk_frag.pageEric Dumazet2017-07-181-5/+5
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-06-051-4/+31
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-03-161-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-03-161-9/+24
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-03-161-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-03-161-0/+1
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2017-03-161-31/+37
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-03-161-4/+5