summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau2022-03-101-10/+11
| | * | | | | | bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2022-03-101-7/+7
| | * | | | | | bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han2022-03-101-2/+2
| | * | | | | | bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen2022-03-101-1/+1
| | * | | | | | bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-14/+320
| | * | | | | | selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi2022-03-061-0/+11
| | * | | | | | bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi2022-03-062-4/+5
| * | | | | | | net: bridge: mst: prevent NULL deref in br_mst_info_size()Eric Dumazet2022-03-221-1/+1
| * | | | | | | net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan2022-03-211-31/+31
| * | | | | | | net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan2022-03-211-10/+5
| * | | | | | | net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior2022-03-211-2/+1
| * | | | | | | devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-6/+0
| * | | | | | | devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski2022-03-211-25/+61
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-03-2154-67/+551
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso2022-03-201-10/+10
| | * | | | | | | netfilter: flowtable: remove redundant field in flow_offload_work structPablo Neira Ayuso2022-03-201-5/+6
| | * | | | | | | netfilter: nf_nat_h323: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-201-4/+4
| | * | | | | | | netfilter: nft_exthdr: add reduce supportFlorian Westphal2022-03-201-0/+33
| | * | | | | | | netfilter: nft_fib: add reduce supportFlorian Westphal2022-03-205-0/+48
| | * | | | | | | netfilter: nft_tunnel: track register operationsPablo Neira Ayuso2022-03-201-0/+28
| | * | | | | | | netfilter: nft_xfrm: track register operationsPablo Neira Ayuso2022-03-201-0/+28
| | * | | | | | | netfilter: nft_socket: track register operationsPablo Neira Ayuso2022-03-201-0/+28
| | * | | | | | | netfilter: nft_immediate: cancel register tracking for data destination registerPablo Neira Ayuso2022-03-201-0/+12
| | * | | | | | | netfilter: nft_hash: track register operationsPablo Neira Ayuso2022-03-201-0/+36
| | * | | | | | | netfilter: nft_osf: track register operationsPablo Neira Ayuso2022-03-201-0/+25
| | * | | | | | | netfilter: nft_numgen: cancel register trackingPablo Neira Ayuso2022-03-201-0/+22
| | * | | | | | | netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal2022-03-202-2/+4
| | * | | | | | | netfilter: nft_lookup: only cancel tracking for clobbered dregsFlorian Westphal2022-03-201-0/+12
| | * | | | | | | netfilter: nft_ct: track register operationsPablo Neira Ayuso2022-03-202-0/+48
| | * | | | | | | netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso2022-03-206-28/+80
| | * | | | | | | netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-2030-1/+50
| | * | | | | | | netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter2022-03-202-0/+9
| | * | | | | | | netfilter: conntrack: revisit gc autotuningFlorian Westphal2022-03-191-17/+68
| * | | | | | | | netlabel: fix out-of-bounds memory accessesWang Yufen2022-03-211-0/+2
| |/ / / / / / /
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-193-40/+27
| |\ \ \ \ \ \ \
| | * | | | | | | xfrm: rework default policy structureNicolas Dichtel2022-03-182-28/+25
| | * | | | | | | xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky2022-02-021-12/+2
| * | | | | | | | Merge tag 'for-net-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-03-197-42/+75
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche2022-03-181-0/+2
| | * | | | | | | | Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik2022-03-181-33/+37
| | * | | | | | | | Bluetooth: msft: Clear tracked devices on resumeManish Mandlik2022-03-181-4/+15
| | * | | | | | | | Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li2022-03-181-2/+2
| | * | | | | | | | Bluetooth: Don't assign twice the same valueChristophe JAILLET2022-03-181-1/+0
| | * | | | | | | | Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-03-181-1/+2
| | * | | | | | | | Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas2022-03-181-0/+16
| | * | | | | | | | Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King2022-03-181-1/+1
| * | | | | | | | | mptcp: send ADD_ADDR echo before create subflowsYonglong Li2022-03-181-13/+5
| * | | | | | | | | af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB.Kuniyuki Iwashima2022-03-181-3/+3
| * | | | | | | | | net: set default rss queues num to physical cores / 2Íñigo Huguet2022-03-181-4/+16
| |/ / / / / / / /
| * | | | | | | | Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-03-185-31/+186
| |\ \ \ \ \ \ \ \