index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-14
ethernet: constify eth_get_headlen()'s data argument
Alexander Lobakin
1
-1
/
+1
2021-03-14
flow_dissector: constify raw input data argument
Alexander Lobakin
1
-19
/
+22
2021-03-14
gro: give 'hash' variable in dev_gro_receive() a less confusing name
Alexander Lobakin
1
-6
/
+6
2021-03-14
gro: consistentify napi->gro_hash[x] access in dev_gro_receive()
Alexander Lobakin
1
-11
/
+11
2021-03-14
gro: simplify gro_list_prepare()
Alexander Lobakin
1
-8
/
+4
2021-03-13
Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux...
David S. Miller
1
-4
/
+1
2021-03-13
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
2
-32
/
+102
2021-03-13
flow_offload: add support for packet-per-second policing
Xingfeng Hu
1
-0
/
+3
2021-03-12
mptcp: remove a list of addrs when flushing
Geliang Tang
1
-4
/
+4
2021-03-12
mptcp: remove multi addresses and subflows in PM
Geliang Tang
1
-0
/
+48
2021-03-12
mptcp: remove multi subflows in PM
Geliang Tang
3
-22
/
+31
2021-03-12
mptcp: remove multi addresses in PM
Geliang Tang
2
-17
/
+20
2021-03-12
mptcp: add rm_list_rx in mptcp_pm_data
Geliang Tang
2
-1
/
+3
2021-03-12
mptcp: add rm_list in mptcp_options_received
Geliang Tang
3
-10
/
+18
2021-03-12
mptcp: add rm_list_tx in mptcp_pm_data
Geliang Tang
3
-10
/
+18
2021-03-12
mptcp: add rm_list in mptcp_out_options
Geliang Tang
3
-12
/
+40
2021-03-12
net: ipv4: route.c: Fix indentation of multi line comment.
Shubhankar Kuranagatti
1
-48
/
+49
2021-03-11
tcp: remove obsolete check in __tcp_retransmit_skb()
Eric Dumazet
1
-8
/
+0
2021-03-11
tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-6
/
+4
2021-03-11
tcp: plug skb_still_in_host_queue() to TSQ
Eric Dumazet
1
-4
/
+8
2021-03-11
tipc: clean up warnings detected by sparse
Hoang Huu Le
3
-22
/
+58
2021-03-11
tipc: convert dest node's address to network order
Hoang Le
1
-1
/
+1
2021-03-11
nexthop: Enable resilient next-hop groups
Petr Machata
1
-4
/
+0
2021-03-11
nexthop: Notify userspace about bucket migrations
Petr Machata
1
-6
/
+39
2021-03-11
nexthop: Add netlink handlers for bucket get
Petr Machata
1
-1
/
+109
2021-03-11
nexthop: Add netlink handlers for bucket dump
Petr Machata
1
-0
/
+283
2021-03-11
nexthop: Add netlink handlers for resilient nexthop groups
Petr Machata
1
-5
/
+145
2021-03-11
nexthop: Allow reporting activity of nexthop buckets
Ido Schimmel
1
-0
/
+35
2021-03-11
nexthop: Allow setting "offload" and "trap" indication of nexthop buckets
Ido Schimmel
1
-0
/
+34
2021-03-11
nexthop: Implement notifiers for resilient nexthop groups
Petr Machata
1
-12
/
+308
2021-03-11
nexthop: Add implementation of resilient next-hop groups
Petr Machata
1
-13
/
+504
2021-03-11
nexthop: Add netlink defines and enumerators for resilient NH groups
Ido Schimmel
1
-0
/
+2
2021-03-11
nexthop: Add a dedicated flag for multipath next-hop groups
Petr Machata
1
-1
/
+4
2021-03-11
nexthop: __nh_notifier_single_info_init(): Make nh_info an argument
Petr Machata
1
-5
/
+7
2021-03-11
nexthop: Pass nh_config to replace_nexthop()
Petr Machata
1
-4
/
+5
2021-03-11
seg6: ignore routing header with segments left equal to 0
Julien Massonneau
1
-7
/
+4
2021-03-11
seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()
Julien Massonneau
1
-2
/
+3
2021-03-10
net: ipv4: route.c: fix space before tab
Shubhankar Kuranagatti
1
-5
/
+5
2021-03-10
net: ipv6: route.c:fix indentation
Shubhankar Kuranagatti
1
-13
/
+13
2021-03-10
sched: act_sample: Implement stats_update callback
Ido Schimmel
1
-0
/
+11
2021-03-10
skbuff: remove some unnecessary operation in skb_segment_list()
Yunsheng Lin
1
-12
/
+3
2021-03-10
net: rose: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-03-10
net: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-10
net: bridge: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-10
net: ax25: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-10
decnet: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2021-03-10
net/rds: Drop duplicate sin and sin6 assignments
Yejune Deng
1
-4
/
+0
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-411
/
+572
2021-03-09
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
37
-242
/
+362
2021-03-09
net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
Balazs Nemeth
1
-0
/
+3
[next]