index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
tulip: use ndo_siocdevprivate
Arnd Bergmann
1
-3
/
+8
2021-07-27
phonet: use siocdevprivate
Arnd Bergmann
2
-5
/
+6
2021-07-27
bridge: use ndo_siocdevprivate
Arnd Bergmann
3
-12
/
+28
2021-07-27
hostap: use ndo_siocdevprivate
Arnd Bergmann
3
-7
/
+29
2021-07-27
staging: wlan-ng: use siocdevprivate
Arnd Bergmann
1
-65
/
+11
2021-07-27
staging: rtlwifi: use siocdevprivate
Arnd Bergmann
8
-10
/
+34
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
3
-3
/
+32
2021-07-27
tcp: more accurately check DSACKs to grow RACK reordering window
Neal Cardwell
2
-2
/
+10
2021-07-27
tcp: more accurately detect spurious TLP probes
Yuchung Cheng
1
-1
/
+4
2021-07-27
qdisc: add new field for qdisc_enqueue tracepoint
Tonghao Zhang
1
-0
/
+2
2021-07-27
net: qed: remove unneeded return variables
Jason Wang
1
-4
/
+2
2021-07-27
docs: networking: dpaa2: add documentation for the switch driver
Ioana Ciornei
3
-0
/
+176
2021-07-27
openvswitch: fix sparse warning incorrect type
Mark Gray
1
-1
/
+1
2021-07-27
openvswitch: fix alignment issues
Mark Gray
3
-10
/
+16
2021-07-27
openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDS
Mark Gray
1
-1
/
+1
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
3
-11
/
+6
2021-07-27
net: build all switchdev drivers as modules when the bridge is a module
Vladimir Oltean
2
-0
/
+3
2021-07-27
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
1
-1
/
+1
2021-07-27
net: ipa: introduce ipa_uc_clock()
Alex Elder
4
-17
/
+45
2021-07-27
net: ipa: set up the microcontroller earlier
Alex Elder
3
-14
/
+14
2021-07-27
net: ipa: set up IPA interrupts earlier
Alex Elder
3
-17
/
+21
2021-07-27
net: ipa: configure memory regions early
Alex Elder
1
-8
/
+8
2021-07-27
net: ipa: kill ipa_modem_setup()
Alex Elder
5
-20
/
+23
2021-07-27
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
1
-4
/
+8
2021-07-27
ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
Gustavo A. R. Silva
1
-2
/
+3
2021-07-26
net: ipa: enable inline checksum offload for IPA v4.5+
Alex Elder
3
-0
/
+6
2021-07-26
net: ipa: use WARN_ON() rather than assertions
Alex Elder
7
-44
/
+53
2021-07-26
net: ipa: kill the remaining conditional validation code
Alex Elder
7
-27
/
+1
2021-07-26
net: ipa: always validate filter and route tables
Alex Elder
2
-35
/
+17
2021-07-26
net: ipa: fix ipa_cmd_table_valid()
Alex Elder
3
-26
/
+29
2021-07-26
Revert "net: dsa: Allow drivers to filter packets they can decode source port...
Vladimir Oltean
3
-21
/
+1
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
4
-4
/
+89
2021-07-26
net: dsa: sja1105: add support for imprecise RX
Vladimir Oltean
3
-45
/
+93
2021-07-26
net: dsa: sja1105: deny more than one VLAN-aware bridge
Vladimir Oltean
1
-0
/
+13
2021-07-26
net: dsa: sja1105: deny 8021q uppers on ports
Vladimir Oltean
1
-0
/
+15
2021-07-26
net: dsa: sja1105: delete vlan delta save/restore logic
Vladimir Oltean
2
-300
/
+114
2021-07-26
net: dsa: sja1105: remove redundant re-assignment of pointer table
Colin Ian King
1
-2
/
+0
2021-07-26
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
2
-0
/
+35
2021-07-26
net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...
Vladimir Oltean
1
-2
/
+5
2021-07-26
net/mlx5e: Use the new TIR API for kTLS
Maxim Mikityanskiy
3
-29
/
+35
2021-07-26
net/mlx5e: Move management of indir traffic types to rx_res
Maxim Mikityanskiy
7
-81
/
+87
2021-07-26
net/mlx5e: Convert TIR to a dedicated object
Maxim Mikityanskiy
11
-307
/
+447
2021-07-26
net/mlx5e: Create struct mlx5e_rss_params_hash
Maxim Mikityanskiy
4
-20
/
+22
2021-07-26
net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()
Maxim Mikityanskiy
1
-10
/
+9
2021-07-26
net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()
Maxim Mikityanskiy
1
-6
/
+6
2021-07-26
net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()
Maxim Mikityanskiy
3
-36
/
+56
2021-07-26
net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware id
Maxim Mikityanskiy
3
-5
/
+9
2021-07-26
net/mlx5e: Take RQT out of TIR and group RX resources
Maxim Mikityanskiy
11
-119
/
+188
2021-07-26
net/mlx5e: Move RX resources to a separate struct
Maxim Mikityanskiy
14
-154
/
+189
2021-07-26
net/mlx5e: Move mlx5e_build_rss_params() call to init_rx
Maxim Mikityanskiy
3
-8
/
+7
[next]