summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-303-33/+75
|\
| * bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-5/+45
| * bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-9/+10
| * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-11/+2
| * bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-06-281-1/+9
| * bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-06-281-7/+6
* | net: explain the lockdep annotations for dev_uc_unsync()Cong Wang2020-06-281-0/+10
* | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
|/
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-6/+10
* flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-21/+1
* flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+21
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-182-1/+3
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-181-0/+7
* xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu2020-06-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-135-37/+63
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-132-16/+41
| |\
| | * bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-121-0/+4
| | * bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-121-4/+6
| | * net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-111-7/+9
| | * bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki2020-06-091-2/+21
| | * bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki2020-06-091-0/+1
| | * bpf: Fix unused-var without NETDEVICESMatthieu Baerts2020-06-041-3/+0
| * | net: change addr_list_lock back to static keyCong Wang2020-06-093-21/+22
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | | net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-041-22/+18
* | | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0321-785/+1275
|\ \
| * | bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann2020-06-021-0/+38
| * | bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-021-2/+6
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-121/+4
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-36/+69
| * | flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki2020-06-011-20/+20
| * | bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes2020-06-011-1/+27
| * | net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-4/+6
| * | bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-3/+40
| * | bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend2020-06-011-21/+34
| * | xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+17
| * | bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-0/+18
| * | bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar2020-06-011-0/+18
| * | bpf, sk_msg: Add get socket storage helpersJohn Fastabend2020-06-011-0/+15
| * | bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend2020-06-011-0/+16
| * | devlink: Add ACL control packet trapsIdo Schimmel2020-06-011-0/+4
| * | devlink: Add layer 3 control packet trapsIdo Schimmel2020-06-011-0/+42
| * | devlink: Add layer 2 control packet trapsIdo Schimmel2020-06-011-0/+16
| * | devlink: Add 'control' trap typeIdo Schimmel2020-06-011-0/+7
| * | devlink: Add 'mirror' trap actionIdo Schimmel2020-06-011-1/+2