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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2019-12-18
xdp: obtain the mem_id mutex before trying to remove an entry.
Jonathan Lemon
1
-4
/
+4
2019-12-18
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2
-123
/
+120
2019-12-18
act_ct: support asymmetric conntrack
Aaron Conole
1
-1
/
+12
2019-12-18
net: Fixed updating of ethertype in skb_mpls_push()
Martin Varghese
3
-4
/
+6
2019-12-18
hsr: fix a NULL pointer dereference in hsr_dev_xmit()
Taehee Yoo
1
-2
/
+7
2019-12-18
Fixed updating of ethertype in function skb_mpls_pop
Martin Varghese
3
-4
/
+9
2019-12-18
gre: refetch erspan header from skb->data after pskb_may_pull()
Cong Wang
1
-1
/
+1
2019-12-18
cls_flower: Fix the behavior using port ranges with hw-offload
Yoshiki Komachi
2
-61
/
+94
2019-12-18
net: sched: allow indirect blocks to bind to clsact in TC
John Hurley
1
-19
/
+33
2019-12-18
net: core: rename indirect block ingress cb function
John Hurley
3
-28
/
+27
2019-12-18
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
5
-16
/
+17
2019-12-18
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
10
-18
/
+18
2019-12-18
tipc: fix ordering of tipc module init and exit routine
Taehee Yoo
1
-14
/
+15
2019-12-18
tcp: md5: fix potential overestimation of TCP option space
Eric Dumazet
1
-2
/
+3
2019-12-18
openvswitch: support asymmetric conntrack
Aaron Conole
1
-0
/
+11
2019-12-18
net/tls: Fix return values to avoid ENOTSUPP
Valentin Vidic
3
-10
/
+10
2019-12-18
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
Eric Dumazet
1
-1
/
+7
2019-12-18
net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues
Dust Li
2
-0
/
+2
2019-12-18
net: dsa: fix flow dissection on Tx path
Alexander Lobakin
1
-2
/
+3
2019-12-18
net: bridge: deny dev_set_mac_address() when unregistering
Nikolay Aleksandrov
1
-0
/
+6
2019-12-18
mqprio: Fix out-of-bounds access in mqprio_dump
Vladyslav Tarasiuk
1
-1
/
+1
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
3
-11
/
+10
2019-12-13
rfkill: allocate static minor
Marcel Holtmann
1
-2
/
+7
2019-12-13
SUNRPC: Avoid RPC delays when exiting suspend
Trond Myklebust
1
-1
/
+1
2019-12-04
tipc: fix link name length check
John Rutherford
1
-2
/
+2
2019-12-04
net/tls: use sg_next() to walk sg entries
Jakub Kicinski
2
-12
/
+4
2019-12-04
net/tls: remove the dead inplace_crypto code
Jakub Kicinski
1
-5
/
+1
2019-12-04
net: skmsg: fix TLS 1.3 crash with full sk_msg
Jakub Kicinski
3
-6
/
+6
2019-12-04
net/tls: free the record on encryption error
Jakub Kicinski
1
-2
/
+8
2019-12-04
net/tls: take into account that bpf_exec_tx_verdict() may free the record
Jakub Kicinski
1
-5
/
+8
2019-12-04
openvswitch: remove another BUG_ON()
Paolo Abeni
1
-1
/
+5
2019-12-04
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
Paolo Abeni
1
-1
/
+4
2019-12-04
sctp: cache netns in sctp_ep_common
Xin Long
3
-2
/
+4
2019-12-04
sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
Navid Emamdoost
1
-1
/
+3
2019-12-04
openvswitch: fix flow command message size
Paolo Abeni
1
-1
/
+5
2019-12-04
net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
Dust Li
4
-5
/
+6
2019-12-04
net: psample: fix skb_over_panic
Nikolay Aleksandrov
1
-1
/
+1
2019-12-04
net: disallow ancillary data for __sys_{send,recv}msg_file()
Jens Axboe
1
-6
/
+37
2019-12-04
net: separate out the msghdr copy from ___sys_{send,recv}msg()
Jens Axboe
1
-46
/
+95
2019-11-22
udp: drop skb extensions before marking skb stateless
Florian Westphal
1
-5
/
+22
2019-11-22
net: rtnetlink: prevent underflows in do_setvfinfo()
Dan Carpenter
1
-1
/
+22
2019-11-21
net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
Maciej Żenczykowski
1
-2
/
+2
2019-11-20
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2019-11-20
ipv6/route: return if there is no fib_nh_gw_family
Hangbin Liu
1
-1
/
+1
2019-11-20
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2019-11-19
net/sched: act_pedit: fix WARN() in the traffic path
Davide Caratti
1
-7
/
+5
2019-11-19
taprio: don't reject same mqprio settings
Ivan Khoronzhuk
1
-2
/
+26
2019-11-19
net/tls: enable sk_msg redirect to tls socket egress
Willem de Bruijn
2
-0
/
+12
2019-11-18
net/ipv4: fix sysctl max for fib_multipath_hash_policy
Marcelo Ricardo Leitner
1
-1
/
+1
2019-11-18
net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key
Xin Long
1
-0
/
+4
[next]