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
2014-12-16
net: sctp: use MAX_HEADER for headroom reserve in output path
Daniel Borkmann
1
-2
/
+2
2014-12-16
rtnetlink: release net refcnt on error in do_setlink()
Nicolas Dichtel
1
-0
/
+1
2014-12-16
ipv6: gre: fix wrong skb->protocol in WCCP
Yuri Chislov
1
-2
/
+2
2014-12-06
ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg
Jiri Bohac
1
-1
/
+5
2014-12-06
ipv4: Fix incorrect error code when adding an unreachable route
Panu Matilainen
1
-0
/
+4
2014-11-21
net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
Daniel Borkmann
2
-60
/
+57
2014-11-21
net: sctp: fix panic on duplicate ASCONF chunks
Daniel Borkmann
1
-0
/
+2
2014-11-21
net: sctp: fix remote memory pressure from excessive queueing
Daniel Borkmann
2
-26
/
+10
2014-11-21
br: fix use of ->rx_handler_data in code executed on non-rx_handler path
Jiri Pirko
2
-1
/
+11
2014-11-21
netfilter: nf_nat: fix oops on netns removal
Florian Westphal
1
-1
/
+34
2014-11-21
netfilter: nf_log: release skbuff on nlmsg put failure
Houcheng Lin
1
-9
/
+8
2014-11-21
netfilter: nfnetlink_log: fix maximum packet length logged to userspace
Florian Westphal
1
-3
/
+5
2014-11-21
netfilter: nf_log: account for size of NLMSG_DONE attribute
Florian Westphal
1
-3
/
+3
2014-11-21
mac80211: fix use-after-free in defragmentation
Johannes Berg
1
-7
/
+7
2014-11-21
libceph: do not crash on large auth tickets
Ilya Dryomov
1
-37
/
+132
2014-11-21
net: sctp: fix memory leak in auth key management
Daniel Borkmann
1
-2
/
+0
2014-11-21
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
1
-0
/
+3
2014-11-21
gre6: Move the setting of dev->iflink into the ndo_init functions.
Steffen Klassert
1
-3
/
+4
2014-11-21
ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.
Steffen Klassert
1
-9
/
+1
2014-11-14
libceph: ceph-msgr workqueue needs a resque worker
Ilya Dryomov
1
-1
/
+2
2014-11-14
mac80211: fix typo in starting baserate for rts_cts_rate_idx
Karl Beldan
1
-1
/
+1
2014-11-14
fix misuses of f_count() in ppp and netlink
Al Viro
1
-1
/
+1
2014-11-14
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
1
-3
/
+9
2014-11-14
ipv4: fix nexthop attlen check in fib_nh_match
Jiri Pirko
1
-1
/
+1
2014-10-15
ipv6: reallocate addrconf router for ipv6 address when lo device up
Gao feng
1
-2
/
+12
2014-10-15
tcp: fixing TLP's FIN recovery
Per Hurtig
1
-3
/
+1
2014-10-15
sctp: handle association restarts when the socket is closed.
Vlad Yasevich
1
-3
/
+16
2014-10-15
ip6_gre: fix flowi6_proto value in xmit path
Nicolas Dichtel
1
-2
/
+2
2014-10-15
l2tp: fix race while getting PMTU on PPP pseudo-wire
Guillaume Nault
1
-1
/
+2
2014-10-15
openvswitch: fix panic with multiple vlan headers
Jiri Benc
1
-0
/
+5
2014-10-15
packet: handle too big packets for PACKET_V3
Eric Dumazet
2
-0
/
+18
2014-10-15
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
3
-4
/
+6
2014-10-15
sit: Fix ipip6_tunnel_lookup device matching criteria
Shmulik Ladkani
1
-3
/
+3
2014-10-09
nl80211: clear skb cb before passing to netlink
Johannes Berg
1
-0
/
+6
2014-10-05
netfilter: nf_conntrack: avoid large timeout for mid-stream pickup
Florian Westphal
1
-0
/
+6
2014-10-05
ipvs: fix ipv6 hook registration for local replies
Julian Anastasov
1
-1
/
+1
2014-10-05
ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
Alex Gartrell
1
-1
/
+1
2014-10-05
ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
Julian Anastasov
1
-1
/
+0
2014-10-05
Revert "mac80211: disable uAPSD if all ACs are under ACM"
Johannes Berg
1
-2
/
+1
2014-09-17
libceph: gracefully handle large reply messages from the mon
Sage Weil
1
-0
/
+8
2014-09-17
libceph: rename ceph_msg::front_max to front_alloc_len
Ilya Dryomov
2
-7
/
+7
2014-09-17
libceph: do not hard code max auth ticket len
Ilya Dryomov
1
-35
/
+29
2014-09-17
libceph: add process_one_ticket() helper
Ilya Dryomov
1
-104
/
+124
2014-09-17
libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
Ilya Dryomov
1
-1
/
+1
2014-09-17
Bluetooth: Avoid use of session socket after the session gets freed
Vignesh Raman
1
-2
/
+5
2014-09-17
Bluetooth: never linger on process exit
Vladimir Davydov
3
-4
/
+8
2014-09-05
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
Chuck Lever
3
-1
/
+4
2014-08-14
sctp: fix possible seqlock seadlock in sctp_packet_transmit()
Eric Dumazet
1
-1
/
+1
2014-08-14
iovec: make sure the caller actually wants anything in memcpy_fromiovecend
Sasha Levin
1
-0
/
+4
2014-08-14
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
1
-1
/
+1
[next]