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
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
net: fix sparse warning in sk_dst_set()
Eric Dumazet
1
-1
/
+1
2014-07-01
ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
Eric Dumazet
1
-6
/
+6
2014-06-26
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
1
-2
/
+2
2014-05-24
net: Split sk_no_check into sk_no_check_{rx,tx}
Tom Herbert
1
-2
/
+4
2014-04-24
net: Add variants of capable for use on on sockets
Eric W. Biederman
1
-0
/
+5
2014-04-12
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-1
/
+1
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-27
/
+0
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-2
/
+2
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2014-03-12
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
1
-0
/
+5
2014-03-11
net: add a pre-check of net_ns in sk_change_net()
Gu Zheng
1
-2
/
+6
2014-03-07
net: Improve SO_TIMESTAMPING documentation and fix a minor code bug
Andrew Lutomirski
1
-1
/
+0
2014-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2014-01-04
socket: cleanups
stephen hemminger
1
-2
/
+0
2014-01-04
net: netprio: rename config to be more consistent with cgroup configs
Daniel Borkmann
1
-1
/
+1
2014-01-01
net, rps: fix build failure when CONFIG_RPS isn't set
Zhi Yong Wu
1
-0
/
+4
2013-12-31
net: Allow setting sock flow hash without a sock
Tom Herbert
1
-4
/
+14
2013-12-06
tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.
Eric W. Biederman
1
-4
/
+2
2013-10-24
net: Dereference pointer-value of sk_prot->memory_pressure
Christoph Paasch
1
-1
/
+1
2013-10-22
net: remove function sk_reset_txq()
ZHAO Gang
1
-3
/
+1
2013-10-22
tcp_memcontrol: Kill struct tcp_memcontrol
Eric W. Biederman
1
-14
/
+14
2013-10-09
ipv6: make lookups simpler and faster
Eric Dumazet
1
-0
/
+9
2013-10-09
tcp/dccp: remove twchain
Eric Dumazet
1
-1
/
+7
2013-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+2
2013-10-09
udp: ipv4: Add udp early demux
Shawn Bohrer
1
-1
/
+1
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
1
-4
/
+2
2013-10-03
inet: consolidate INET_TW_MATCH
Eric Dumazet
1
-0
/
+4
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2013-10-01
net: add missing sk_max_pacing_rate doc
Eric Dumazet
1
-0
/
+1
2013-09-30
vxlan: Use RCU apis to access sk_user_data.
Pravin B Shelar
1
-0
/
+5
2013-09-29
net: introduce SO_MAX_PACING_RATE
Eric Dumazet
1
-0
/
+1
2013-09-23
sock.h: Remove extern from function prototypes
Joe Perches
1
-124
/
+99
2013-08-29
tcp: TSO packets automatic sizing
Eric Dumazet
1
-0
/
+2
2013-08-10
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
1
-1
/
+2
2013-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-08-02
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
Cong Wang
1
-1
/
+1
2013-08-01
netem: Introduce skb_orphan_partial() helper
Eric Dumazet
1
-0
/
+1
2013-07-25
tcp: TCP_NOTSENT_LOWAT socket option
Eric Dumazet
1
-6
/
+13
2013-07-25
net: add sk_stream_is_writeable() helper
Eric Dumazet
1
-0
/
+4
2013-07-23
net: Provide a generic socket error queue delivery method for Tx time stamps.
Richard Cochran
1
-0
/
+2
2013-07-04
net: sock: fix TCP_SKB_MIN_TRUESIZE
Eric Dumazet
1
-1
/
+1
2013-06-20
net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF
Daniel Borkmann
1
-6
/
+9
2013-06-18
net: add socket option for low latency polling
Eliezer Tamir
1
-0
/
+2
2013-06-11
net: add low latency socket poll
Eliezer Tamir
1
-0
/
+4
2013-05-12
ipv6: do not clear pinet6 field
Eric Dumazet
1
-0
/
+12
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
1
-3
/
+2
2013-04-01
net: add option to enable error queue packets waking select
Keller, Jacob E
1
-0
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-11
/
+10
2013-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
David S. Miller
1
-1
/
+1
2013-02-18
net: fix a compile error when SOCK_REFCNT_DEBUG is enabled
Ying Xue
1
-1
/
+1
[next]