summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2020-07-30devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski-6/+18
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel-0/+1
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan-1/+1
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu-0/+1
2020-07-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang-1/+1
2020-07-21udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima-0/+1
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen-1/+2
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-37/+93
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook-1/+1
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang-1/+1
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen-3/+7
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-33/+75
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer-5/+45
2020-06-30bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer-0/+3
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki-9/+10
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki-11/+2
2020-06-28net: explain the lockdep annotations for dev_uc_unsync()Cong Wang-0/+10
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend-1/+9
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend-7/+6
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan-0/+2
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill-0/+1
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu-6/+10
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu-21/+1
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu-0/+21
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet-1/+3
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang-0/+7
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu-0/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-37/+63
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-16/+41
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov-0/+4
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer-4/+6
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu-7/+9
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang-21/+22
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki-2/+21
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki-0/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig-1/+1
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish-22/+18
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam-1/+1
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts-3/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-785/+1275
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-2/+3
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann-2/+6
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki-121/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki-36/+69
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki-20/+20
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes-1/+27
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes-4/+6