index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
2017-03-22
sock: introduce SO_MEMINFO getsockopt
Josh Hunt
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-09
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-08
net: use proper lockdep annotation in __sk_dst_set()
Eric Dumazet
2017-03-02
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
2017-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov
2017-02-07
udp: properly cope with csum errors
Eric Dumazet
2017-01-27
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
2017-01-20
sock: use hlist_entry_safe
Geliang Tang
2017-01-09
smc: netlink interface for SMC sockets
Ursula Braun
2017-01-09
net: introduce keepalive function in struct proto
Ursula Braun
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-08
net: do not read sk_drops if application does not care
Eric Dumazet
2016-12-08
net: rfs: add a jump label
Eric Dumazet
2016-12-07
net: sock_rps_record_flow() is for connected sockets
Eric Dumazet
2016-12-05
make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...
Al Viro
2016-12-05
net: reorganize struct sock for better data locality
Eric Dumazet
2016-12-02
bpf: Add support for reading socket family, type, protocol
David Ahern
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-04
net: core: Add a UID field to struct sock.
Lorenzo Colitti
2016-11-03
dccp: do not release listeners too soon
Eric Dumazet
2016-10-31
net: set SK_MEM_QUANTUM to 4096
Eric Dumazet
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-26
doc: update docbook annotations for socket and skb
Stephen Hemminger
2016-10-22
net/socket: factor out helpers for memory and queue manipulation
Paolo Abeni
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-17
net: avoid sk_forward_alloc overflows
Eric Dumazet
2016-08-23
net: remove clear_sk() method
Eric Dumazet
2016-08-23
udp: get rid of sk_prot_clear_portaddr_nulls()
Eric Dumazet
2016-08-18
bpf: get rid of cgroup helper related ifdefs
Daniel Borkmann
2016-07-13
dccp: limit sk_filter trim to payload
Willem de Bruijn
2016-05-20
net: sock: move ->sk_shutdown out of bitfields.
Andrey Ryabinin
2016-05-04
tcp: fix lockdep splat in tcp_snd_una_update()
Eric Dumazet
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
2016-05-02
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2016-04-27
net: SOCKWQ_ASYNC_WAITDATA optimizations
Eric Dumazet
2016-04-27
net: SOCKWQ_ASYNC_NOSPACE optimizations
Eric Dumazet
2016-04-25
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
2016-04-25
sock: relax WARN_ON() in sock_owned_by_user()
Eric Dumazet
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-14
soreuseport: fix ordering for mixed v4/v6 sockets
Craig Gallek
2016-04-13
net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put
Denys Vlasenko
2016-04-13
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
2016-04-07
net: Fix build failure due to lockdep_sock_is_held().
David S. Miller
2016-04-07
sock: make lockdep_sock_is_held static inline
Hannes Frederic Sowa
2016-04-07
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
[next]