index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-09
net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...
Zhengchao Shao
1
-38
/
+0
2022-09-09
net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_api: implement generic walker and search for tc action
Zhengchao Shao
1
-4
/
+29
2022-09-09
net: sched: act: move global static variable net_id to tc_action_ops
Zhengchao Shao
21
-152
/
+131
2022-09-09
net: lan743x: Add support for Rx IP & TCP checksum offload
Raju Lakkaraju
2
-1
/
+18
2022-09-09
net: lan743x: Fix to use multiqueue start/stop APIs
Raju Lakkaraju
2
-28
/
+27
2022-09-08
net: sparx5: fix function return type to match actual type
Casper Andersson
2
-4
/
+4
2022-09-08
fs: only do a memory barrier for the first set_buffer_uptodate()
Linus Torvalds
1
-0
/
+11
2022-09-08
r8169: merge support for chip versions 10, 13, 16
Heiner Kallweit
3
-13
/
+4
2022-09-08
sch_sfb: Also store skb len before calling child enqueue
Toke Høiland-Jørgensen
1
-1
/
+2
2022-09-08
net: phy: lan87xx: change interrupt src of link_up to comm_ready
Arun Ramadoss
1
-4
/
+54
2022-09-08
net: stmmac: Disable automatic FCS/Pad stripping
Kurt Kanzenbach
6
-40
/
+6
2022-09-07
efi: capsule-loader: Fix use-after-free in efi_capsule_write
Hyunwoo Kim
1
-24
/
+7
2022-09-07
net: hns3: add support to query and set lane number by ethtool
Hao Chen
10
-23
/
+50
2022-09-07
net: hns3: add querying fec statistics
Hao Lan
8
-0
/
+218
2022-09-07
net: hns3: debugfs add dump dscp map info
Guangbin Huang
3
-1
/
+67
2022-09-07
net: hns3: support ndo_select_queue()
Guangbin Huang
1
-0
/
+46
2022-09-07
net: hns3: add support config dscp map to tc
Guangbin Huang
7
-1
/
+204
2022-09-07
net/smc: Fix possible access to freed memory in link clear
Yacan Liu
4
-0
/
+13
2022-09-07
netfilter: nat: avoid long-running port range loop
Florian Westphal
1
-2
/
+14
2022-09-07
netfilter: nat: move repetitive nat port reserve loop to a helper
Florian Westphal
7
-111
/
+30
2022-09-07
netfilter: move from strlcpy with unused retval to strscpy
Wolfram Sang
7
-21
/
+21
2022-09-07
netfilter: remove NFPROTO_DECNET
Florian Westphal
1
-0
/
+2
2022-09-07
netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst
Florian Westphal
1
-0
/
+58
2022-09-07
netfilter: conntrack: remove unneeded indent level
Florian Westphal
1
-53
/
+45
2022-09-07
net: sysctl: remove unused variable long_max
Liu Shixin
1
-1
/
+0
2022-09-07
net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestamp
Lorenzo Bianconi
1
-11
/
+0
2022-09-07
net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skb
Lorenzo Bianconi
1
-0
/
+3
2022-09-07
net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
Menglong Dong
5
-24
/
+87
2022-09-07
net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clear
Lorenzo Bianconi
1
-1
/
+1
2022-09-07
netfilter: conntrack: ignore overly delayed tcp packets
Florian Westphal
1
-28
/
+21
2022-09-07
netfilter: conntrack: prepare tcp_in_window for ternary return value
Florian Westphal
1
-49
/
+87
2022-09-07
net/mlx5e: Add support to configure more than one macsec offload device
Lior Nahmanson
1
-46
/
+175
2022-09-07
net/mlx5e: Add MACsec stats support for Rx/Tx flows
Lior Nahmanson
8
-2
/
+136
2022-09-07
net/mlx5e: Add MACsec offload SecY support
Lior Nahmanson
1
-0
/
+229
2022-09-07
net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dst
Lior Nahmanson
4
-3
/
+68
[next]