summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_police: get rid of tcf_police_walker and tcf_police_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...Zhengchao Shao2022-09-091-38/+0
* net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act_api: implement generic walker and search for tc actionZhengchao Shao2022-09-091-4/+29
* net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-0920-152/+130
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-09-0914-252/+263
|\
| * netfilter: nat: avoid long-running port range loopFlorian Westphal2022-09-071-2/+14
| * netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal2022-09-076-111/+29
| * netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-077-21/+21
| * netfilter: conntrack: reduce timeout when receiving out-of-window fin or rstFlorian Westphal2022-09-071-0/+58
| * netfilter: conntrack: remove unneeded indent levelFlorian Westphal2022-09-071-53/+45
| * netfilter: conntrack: ignore overly delayed tcp packetsFlorian Westphal2022-09-071-28/+21
| * netfilter: conntrack: prepare tcp_in_window for ternary return valueFlorian Westphal2022-09-071-49/+87
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-0837-235/+368
|\ \
| * | sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-081-1/+2
| * | net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-074-0/+13
| * | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-073-23/+6
| * | tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
| * | Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2022-09-051-6/+6
| |\ \
| | * | Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-021-6/+6
| * | | ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-051-0/+5
| * | | bonding: add all node mcast address when slave upHangbin Liu2022-09-051-2/+6
| * | | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-09-044-9/+13
| |\ \ \
| | * | | wifi: use struct_group to copy addressesJohannes Berg2022-09-032-3/+3
| | * | | wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg2022-09-031-6/+5
| | * | | wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg2022-09-031-0/+1
| | * | | wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya2022-09-031-0/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-029-97/+20
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-011-2/+3
| | * | | netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso2022-08-311-1/+3
| | * | | netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-08-312-0/+3
| | * | | netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-315-94/+11
| * | | | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-029-83/+270
| |\ \ \ \