index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
3
-1
/
+423
2021-07-29
mctp: Add base socket/protocol definitions
Jeremy Kerr
1
-0
/
+163
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
7
-0
/
+33
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2
-4
/
+15
2021-07-29
net: optimize GRO for the common case.
Paolo Abeni
2
-11
/
+28
2021-07-29
sk_buff: track extension status in slow_gro
Paolo Abeni
1
-0
/
+1
2021-07-28
net: bridge: switchdev: treat local FDBs the same as entries towards the bridge
Vladimir Oltean
2
-3
/
+2
2021-07-28
net: bridge: switchdev: replay the entire FDB for each port
Vladimir Oltean
3
-30
/
+11
2021-07-28
net/sched: act_skbmod: Add SKBMOD_F_ECN option support
Peilin Ye
1
-12
/
+32
2021-07-28
devlink: Remove duplicated registration check
Leon Romanovsky
1
-9
/
+10
2021-07-27
net: cipso: fix warnings in netlbl_cipsov4_add_std
Pavel Skripkin
1
-4
/
+4
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-4
/
+4
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
6
-30
/
+37
2021-07-27
net: socket: return changed ifreq from SIOCDEVPRIVATE
Arnd Bergmann
2
-4
/
+2
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-2
/
+18
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
4
-18
/
+34
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
3
-54
/
+26
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
8
-52
/
+57
2021-07-27
phonet: use siocdevprivate
Arnd Bergmann
1
-3
/
+3
2021-07-27
bridge: use ndo_siocdevprivate
Arnd Bergmann
3
-12
/
+28
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-3
/
+22
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
openvswitch: fix sparse warning incorrect type
Mark Gray
1
-1
/
+1
2021-07-27
openvswitch: fix alignment issues
Mark Gray
2
-8
/
+14
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
2
-10
/
+5
2021-07-27
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
1
-1
/
+1
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-27
Revert "net: dsa: Allow drivers to filter packets they can decode source port...
Vladimir Oltean
2
-6
/
+1
2021-07-27
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
2
-4
/
+75
2021-07-27
net: dsa: sja1105: add support for imprecise RX
Vladimir Oltean
2
-44
/
+86
2021-07-27
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+27
2021-07-27
net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...
Vladimir Oltean
1
-2
/
+5
2021-07-27
Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-19
/
+25
2021-07-25
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-07-25
can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...
Marc Kleine-Budde
1
-4
/
+4
2021-07-25
can: j1939: replace fall through comment by fallthrough pseudo-keyword
Marc Kleine-Budde
1
-5
/
+10
2021-07-25
can: j1939: fix checkpatch warnings
Marc Kleine-Budde
1
-2
/
+3
2021-07-25
can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
gushengxian
1
-1
/
+1
2021-07-25
nfc: constify nfc_digital_ops
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_llc_ops
Krzysztof Kozlowski
4
-6
/
+6
2021-07-25
nfc: constify nfc_hci_ops
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_ops
Krzysztof Kozlowski
4
-4
/
+4
2021-07-25
nfc: constify nfc_hci_gate
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify pointer to nfc_vendor_cmd
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nci_driver_ops (prop_ops and core_ops)
Krzysztof Kozlowski
1
-8
/
+8
2021-07-25
nfc: constify nci_ops
Krzysztof Kozlowski
1
-3
/
+2
[next]