summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes2020-06-011-1/+27
* net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-013-6/+8
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-012-5/+58
* 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
* switch cmsghdr_from_user_compat_to_kern() to copy_from_user()Al Viro2020-06-011-7/+8
* cls_flower: remove mpls_opts_policyGuillaume Nault2020-06-011-5/+0
* bridge: mrp: Add support for role MRAHoratiu Vultur2020-06-014-21/+118
* bridge: mrp: Set the priority of MRP instanceHoratiu Vultur2020-06-014-1/+9
* flow_dissector: work around stack frame size warningArnd Bergmann2020-06-011-9/+8
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-06-016-135/+650
|\
| * netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso2020-05-271-18/+35
| * netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso2020-05-271-9/+11
| * netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso2020-05-271-16/+97
| * netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso2020-05-271-11/+86
| * netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso2020-05-271-5/+11
| * netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso2020-05-271-4/+11
| * netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso2020-05-271-7/+10
| * netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso2020-05-271-11/+25
| * netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2020-05-275-71/+381
* | net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-014-435/+1
* | net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-013-38/+67
* | net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso2020-06-011-7/+19
* | net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso2020-06-011-0/+157
* | netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-3/+3
* | net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti2020-06-011-3/+6
* | bridge: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-011-0/+4
* | ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz2020-06-011-2/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-06-014-32/+10
|\ \
| * | Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior2020-05-291-5/+2
| * | Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz2020-05-201-2/+0
| * | Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-05-201-25/+3
| * | Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-05-181-0/+1
| * | Bluetooth: Fix for GAP/SEC/SEM/BI-10-CƁukasz Rymanowski2020-05-181-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-0138-203/+498
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-3137-202/+495
| |\ \ \
| | * | | l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-05-311-0/+3
| | * | | l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-05-312-15/+44
| | * | | net: qrtr: Allocate workqueue before kernel_bindChris Lew2020-05-311-5/+5
| | * | | mptcp: remove msk from the token container at destruction time.Paolo Abeni2020-05-311-1/+1