index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-19
tipc: add support for connect() on dgram/rdm sockets
Erik Hugne
1
-14
/
+24
2015-03-19
tipc: do not report -EHOSTUNREACH for failed local delivery
Erik Hugne
1
-2
/
+4
2015-03-19
tipc: remove redundant call to tipc_node_remove_conn
Erik Hugne
1
-1
/
+0
2015-03-18
bridge: add ageing_time, stp_state, priority over netlink
Jörg Thalheim
1
-1
/
+31
2015-03-18
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
2
-7
/
+19
2015-03-18
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
1
-0
/
+1
2015-03-18
net: add support for phys_port_name
David Ahern
3
-0
/
+62
2015-03-18
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
8
-80
/
+47
2015-03-18
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2
-14
/
+52
2015-03-18
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
4
-10
/
+10
2015-03-18
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
2
-6
/
+5
2015-03-18
ipv6: get rid of __inet6_hash()
Eric Dumazet
4
-73
/
+11
2015-03-18
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
6
-45
/
+26
2015-03-18
net: introduce sk_ehashfn() helper
Eric Dumazet
1
-11
/
+6
2015-03-18
netns: constify net_hash_mix() and various callers
Eric Dumazet
6
-25
/
+25
2015-03-18
net: Add max rate tx queue attribute
John Fastabend
1
-12
/
+55
2015-03-18
tipc: Use rhashtable max/min_size instead of max/min_shift
Herbert Xu
1
-2
/
+2
2015-03-18
netlink: Use rhashtable max_size instead of max_shift
Herbert Xu
1
-1
/
+1
2015-03-17
tipc: withdraw tipc topology server name when namespace is deleted
Ying Xue
1
-0
/
+3
2015-03-17
tipc: fix a potential deadlock when nametable is purged
Ying Xue
1
-2
/
+2
2015-03-17
tipc: fix netns refcnt leak
Ying Xue
3
-92
/
+39
2015-03-17
inet: fix request sock refcounting
Eric Dumazet
4
-12
/
+11
2015-03-17
inet: avoid fastopen lock for regular accept()
Eric Dumazet
1
-2
/
+4
2015-03-17
tcp: rename struct tcp_request_sock listener
Eric Dumazet
6
-24
/
+14
2015-03-17
inet: add rsk_listener field to struct request_sock
Eric Dumazet
1
-1
/
+1
2015-03-17
inet: uninline inet_reqsk_alloc()
Eric Dumazet
1
-0
/
+24
2015-03-17
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
5
-10
/
+5
2015-03-17
tcp: uninline tcp_oow_rate_limited()
Eric Dumazet
1
-0
/
+30
2015-03-17
tcp: move tcp_openreq_init() to tcp_input.c
Eric Dumazet
1
-0
/
+25
2015-03-17
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
1
-12
/
+22
2015-03-17
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
1
-6
/
+12
2015-03-17
netfilter: use sk_fullsock() helper
Eric Dumazet
5
-6
/
+6
2015-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
1
-22
/
+50
2015-03-16
tcp_metrics: fix wrong lockdep annotations
Eric Dumazet
1
-12
/
+8
2015-03-16
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
Jiri Pirko
1
-2
/
+1
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
1
-1
/
+1
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
4
-12
/
+12
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
2
-15
/
+6
2015-03-16
inet_diag: allow sk_diag_fill() to handle request socks
Eric Dumazet
1
-67
/
+53
2015-03-16
inet: ip early demux should avoid request sockets
Eric Dumazet
2
-2
/
+2
2015-03-16
switchdev: use new swdev ops
Scott Feldman
2
-23
/
+28
2015-03-15
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
1
-17
/
+83
2015-03-15
ebpf: add helper for obtaining current processor id
Daniel Borkmann
1
-0
/
+2
2015-03-15
ebpf: add prandom helper for packet sampling
Daniel Borkmann
1
-0
/
+2
2015-03-14
net: dsa: do not use slave MII bus for fixed PHYs
Florian Fainelli
1
-1
/
+2
2015-03-14
inet_diag: factorize code in new inet_diag_msg_common_fill() helper
Eric Dumazet
1
-101
/
+47
2015-03-14
inet_diag: adjust inet_sk_diag_fill() bug condition
Eric Dumazet
1
-1
/
+1
2015-03-14
inet: fill request sock ir_iif for IPv4
Eric Dumazet
5
-3
/
+7
2015-03-14
tipc: clean up handling of message priorities
Jon Paul Maloy
4
-61
/
+50
2015-03-14
tipc: split link outqueue
Jon Paul Maloy
7
-167
/
+150
[next]