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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-19
bridge: add ageing_time, stp_state, priority over netlink
Jörg Thalheim
1
-1
/
+31
2015-03-19
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
2
-7
/
+19
2015-03-19
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
1
-0
/
+1
2015-03-19
net: add support for phys_port_name
David Ahern
3
-0
/
+62
2015-03-19
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
8
-80
/
+47
2015-03-19
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2
-14
/
+52
2015-03-19
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
4
-10
/
+10
2015-03-19
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
2
-6
/
+5
2015-03-19
ipv6: get rid of __inet6_hash()
Eric Dumazet
4
-73
/
+11
2015-03-19
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
6
-45
/
+26
2015-03-19
net: introduce sk_ehashfn() helper
Eric Dumazet
1
-11
/
+6
2015-03-19
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-18
netfilter: nf_tables: consolidate error path of nf_tables_newtable()
Pablo Neira Ayuso
1
-9
/
+11
2015-03-18
netfilter: Remove uses of seq_<foo> return values
Joe Perches
4
-10
/
+18
2015-03-18
Bluetooth: Fix potential NULL dereference in SMP channel setup
Marcel Holtmann
1
-3
/
+5
2015-03-18
act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome
Daniel Borkmann
1
-8
/
+28
2015-03-18
tipc: withdraw tipc topology server name when namespace is deleted
Ying Xue
1
-0
/
+3
2015-03-18
tipc: fix a potential deadlock when nametable is purged
Ying Xue
1
-2
/
+2
2015-03-18
tipc: fix netns refcnt leak
Ying Xue
3
-92
/
+39
2015-03-18
inet: fix request sock refcounting
Eric Dumazet
4
-12
/
+11
2015-03-18
inet: avoid fastopen lock for regular accept()
Eric Dumazet
1
-2
/
+4
2015-03-18
tcp: rename struct tcp_request_sock listener
Eric Dumazet
6
-24
/
+14
2015-03-18
inet: add rsk_listener field to struct request_sock
Eric Dumazet
1
-1
/
+1
2015-03-18
inet: uninline inet_reqsk_alloc()
Eric Dumazet
1
-0
/
+24
2015-03-18
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-17
inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()
Eric Dumazet
1
-0
/
+1
2015-03-17
ip6_tunnel: fix error code when tunnel exists
Nicolas Dichtel
1
-16
/
+17
2015-03-17
Bluetooth: Add workaround for broken OS X legacy SMP pairing
Johan Hedberg
1
-8
/
+67
2015-03-17
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+20
2015-03-17
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
Johan Hedberg
2
-112
/
+115
2015-03-17
Bluetooth: Add hdev_init callback for HCI channels
Johan Hedberg
1
-2
/
+3
2015-03-17
Bluetooth: Add generic mgmt helper API
Johan Hedberg
4
-197
/
+265
2015-03-17
Bluetooth: Add channel parameter to mgmt_pending_find() API
Johan Hedberg
1
-46
/
+62
2015-03-17
Bluetooth: Add helper to get HCI channel of a socket
Johan Hedberg
1
-0
/
+5
2015-03-17
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
3
-10
/
+70
2015-03-17
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
Jakub Pawlowski
1
-65
/
+85
2015-03-17
Bluetooth: Add support for Local OOB Extended Data Update events
Marcel Holtmann
1
-0
/
+16
2015-03-17
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
Marcel Holtmann
1
-1
/
+1
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
[prev]
[next]