index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
2015-03-18
2
-7
/
+19
*
|
|
|
|
|
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
2015-03-18
1
-0
/
+1
*
|
|
|
|
|
net: add support for phys_port_name
David Ahern
2015-03-18
3
-0
/
+62
*
|
|
|
|
|
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-18
8
-80
/
+47
*
|
|
|
|
|
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2015-03-18
2
-14
/
+52
*
|
|
|
|
|
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
2015-03-18
4
-10
/
+10
*
|
|
|
|
|
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
2015-03-18
2
-6
/
+5
*
|
|
|
|
|
ipv6: get rid of __inet6_hash()
Eric Dumazet
2015-03-18
4
-73
/
+11
*
|
|
|
|
|
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
2015-03-18
6
-45
/
+26
*
|
|
|
|
|
net: introduce sk_ehashfn() helper
Eric Dumazet
2015-03-18
1
-11
/
+6
*
|
|
|
|
|
netns: constify net_hash_mix() and various callers
Eric Dumazet
2015-03-18
6
-25
/
+25
*
|
|
|
|
|
net: Add max rate tx queue attribute
John Fastabend
2015-03-18
1
-12
/
+55
*
|
|
|
|
|
tipc: Use rhashtable max/min_size instead of max/min_shift
Herbert Xu
2015-03-18
1
-2
/
+2
*
|
|
|
|
|
netlink: Use rhashtable max_size instead of max_shift
Herbert Xu
2015-03-18
1
-1
/
+1
*
|
|
|
|
|
tipc: withdraw tipc topology server name when namespace is deleted
Ying Xue
2015-03-17
1
-0
/
+3
*
|
|
|
|
|
tipc: fix a potential deadlock when nametable is purged
Ying Xue
2015-03-17
1
-2
/
+2
*
|
|
|
|
|
tipc: fix netns refcnt leak
Ying Xue
2015-03-17
3
-92
/
+39
*
|
|
|
|
|
inet: fix request sock refcounting
Eric Dumazet
2015-03-17
4
-12
/
+11
*
|
|
|
|
|
inet: avoid fastopen lock for regular accept()
Eric Dumazet
2015-03-17
1
-2
/
+4
*
|
|
|
|
|
tcp: rename struct tcp_request_sock listener
Eric Dumazet
2015-03-17
6
-24
/
+14
*
|
|
|
|
|
inet: add rsk_listener field to struct request_sock
Eric Dumazet
2015-03-17
1
-1
/
+1
*
|
|
|
|
|
inet: uninline inet_reqsk_alloc()
Eric Dumazet
2015-03-17
1
-0
/
+24
*
|
|
|
|
|
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
2015-03-17
5
-10
/
+5
*
|
|
|
|
|
tcp: uninline tcp_oow_rate_limited()
Eric Dumazet
2015-03-17
1
-0
/
+30
*
|
|
|
|
|
tcp: move tcp_openreq_init() to tcp_input.c
Eric Dumazet
2015-03-17
1
-0
/
+25
*
|
|
|
|
|
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
2015-03-17
1
-12
/
+22
*
|
|
|
|
|
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
2015-03-17
1
-6
/
+12
*
|
|
|
|
|
netfilter: use sk_fullsock() helper
Eric Dumazet
2015-03-17
5
-6
/
+6
*
|
|
|
|
|
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
2015-03-17
1
-22
/
+50
*
|
|
|
|
|
tcp_metrics: fix wrong lockdep annotations
Eric Dumazet
2015-03-16
1
-12
/
+8
*
|
|
|
|
|
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
Jiri Pirko
2015-03-16
1
-2
/
+1
*
|
|
|
|
|
net: kernel socket should be released in init_net namespace
Ying Xue
2015-03-16
1
-1
/
+1
*
|
|
|
|
|
inet: add proper refcounting to request sock
Eric Dumazet
2015-03-16
4
-12
/
+12
*
|
|
|
|
|
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
2015-03-16
2
-15
/
+6
*
|
|
|
|
|
inet_diag: allow sk_diag_fill() to handle request socks
Eric Dumazet
2015-03-16
1
-67
/
+53
*
|
|
|
|
|
inet: ip early demux should avoid request sockets
Eric Dumazet
2015-03-16
2
-2
/
+2
*
|
|
|
|
|
switchdev: use new swdev ops
Scott Feldman
2015-03-16
2
-23
/
+28
*
|
|
|
|
|
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
2015-03-15
1
-17
/
+83
*
|
|
|
|
|
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2015-03-15
1
-0
/
+2
*
|
|
|
|
|
ebpf: add prandom helper for packet sampling
Daniel Borkmann
2015-03-15
1
-0
/
+2
|
/
/
/
/
/
*
|
|
|
|
net: dsa: do not use slave MII bus for fixed PHYs
Florian Fainelli
2015-03-14
1
-1
/
+2
*
|
|
|
|
inet_diag: factorize code in new inet_diag_msg_common_fill() helper
Eric Dumazet
2015-03-14
1
-101
/
+47
*
|
|
|
|
inet_diag: adjust inet_sk_diag_fill() bug condition
Eric Dumazet
2015-03-14
1
-1
/
+1
*
|
|
|
|
inet: fill request sock ir_iif for IPv4
Eric Dumazet
2015-03-14
5
-3
/
+7
*
|
|
|
|
tipc: clean up handling of message priorities
Jon Paul Maloy
2015-03-14
4
-61
/
+50
*
|
|
|
|
tipc: split link outqueue
Jon Paul Maloy
2015-03-14
7
-167
/
+150
*
|
|
|
|
tipc: eliminate unnecessary call to broadcast ack function
Jon Paul Maloy
2015-03-14
2
-1
/
+5
*
|
|
|
|
tipc: extract bundled buffers by cloning instead of copying
Jon Paul Maloy
2015-03-14
2
-47
/
+28
*
|
|
|
|
tipc: eliminate unnecessary linearization of incoming buffers
Jon Paul Maloy
2015-03-14
2
-9
/
+10
*
|
|
|
|
tipc: move message validation function to msg.c
Jon Paul Maloy
2015-03-14
3
-60
/
+47
[prev]
[next]