summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel2020-06-011-0/+1
| * | net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-238/+0
| * | net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso2020-06-011-0/+157
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+2
| |\ \
| * | | net: add a new bind_add methodChristoph Hellwig2020-05-291-0/+8
| * | | net: add sock_set_reuseportChristoph Hellwig2020-05-281-0/+8
| * | | net: add sock_set_rcvbufChristoph Hellwig2020-05-281-27/+32
| * | | net: add sock_set_keepaliveChristoph Hellwig2020-05-281-0/+10
| * | | net: add sock_enable_timestampsChristoph Hellwig2020-05-281-18/+29
| * | | net: add sock_bindtoindexChristoph Hellwig2020-05-281-6/+15
| * | | net: add sock_set_sndtimeoChristoph Hellwig2020-05-281-0/+11
| * | | net: add sock_set_priorityChristoph Hellwig2020-05-281-0/+8
| * | | net: add sock_no_lingerChristoph Hellwig2020-05-281-0/+9
| * | | net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-0/+8
| * | | flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-16/+33
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-10/+36
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-222-40/+15
| |\ \ \ \