summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-311-1/+2
* net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-311-1/+1
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-301-0/+7
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-251-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-251-1/+1
* netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li2020-05-201-0/+2
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-201-1/+3
* drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-201-4/+7
* cgroup, netclassid: remove double cond_reschedJiri Slaby2020-05-101-3/+1
* net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-241-1/+2
* net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2020-04-241-1/+1
* net: memcg: late association of sock to memcgShakeel Butt2020-03-201-1/+4
* cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin2020-03-201-10/+37
* net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-03-111-1/+1
* net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-02-051-3/+17
* net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-292-14/+31
* net-sysfs: Fix reference count leakJouni Hogander2020-01-291-1/+3
* net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet2020-01-291-0/+1
* net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander2020-01-291-11/+13
* net: neigh: use long type to store jiffies deltaEric Dumazet2020-01-271-2/+2
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2020-01-271-2/+2
* ethtool: reduce stack usage with clangArnd Bergmann2020-01-171-7/+9
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-091-2/+2
* net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin2020-01-041-0/+2
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-1/+2
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-211-2/+3
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-051-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-051-4/+9
* net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2019-12-051-1/+2
* net: do not abort bulk send on BQL statusEric Dumazet2019-12-011-1/+1
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-12-011-1/+22
* net/flow_dissector: switch to siphashEric Dumazet2019-11-101-28/+20
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-102-2/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-11-101-1/+1
* net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-11-101-1/+3
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-101-2/+2
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-08-251-3/+17
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-08-251-2/+8