summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-10-01neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-12net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
2020-07-31rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-07-31udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima1-0/+1
2020-07-31net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang1-1/+1
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-4/+4
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-07-16bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-01net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-07-01net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-07-01net: place xmit recursion in softnet dataFlorian Westphal2-10/+6
2020-07-01net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-25net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-25sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2020-06-25net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-10cgroup, netclassid: remove double cond_reschedJiri Slaby1-3/+1
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-13net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-03-18devlink: validate length of region addr/lenJakub Kicinski1-0/+2
2020-03-18devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-03-18net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-03-18cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-05net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-05net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2020-01-29net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-27net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-27net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2020-01-27net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2020-01-27bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov1-1/+1
2020-01-27net: core: support XDP generic on stacked devices.Stephen Hemminger1-46/+12
2020-01-17ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2020-01-12bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2020-01-09net: core: limit nested device depthTaehee Yoo1-45/+227