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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-17
inet: fix request sock refcounting
Eric Dumazet
3
-6
/
+11
2015-03-17
tcp: rename struct tcp_request_sock listener
Eric Dumazet
1
-1
/
+1
2015-03-17
inet: add rsk_listener field to struct request_sock
Eric Dumazet
1
-3
/
+9
2015-03-17
inet: uninline inet_reqsk_alloc()
Eric Dumazet
1
-22
/
+2
2015-03-17
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
1
-3
/
+6
2015-03-17
tcp: uninline tcp_oow_rate_limited()
Eric Dumazet
1
-30
/
+2
2015-03-17
tcp: move tcp_openreq_init() to tcp_input.c
Eric Dumazet
1
-25
/
+0
2015-03-17
inet: move ir_mark to fill a hole
Eric Dumazet
1
-6
/
+5
2015-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
1
-0
/
+3
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
3
-6
/
+17
2015-03-16
net: add sk_fullsock() helper
Eric Dumazet
1
-0
/
+9
2015-03-16
netdev: remove ndo ops for switchdev
Scott Feldman
1
-38
/
+0
2015-03-16
switchdev: add swdev ops
Scott Feldman
2
-0
/
+41
2015-03-15
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
2
-1
/
+14
2015-03-15
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2
-0
/
+2
2015-03-15
ebpf: add prandom helper for packet sampling
Daniel Borkmann
2
-0
/
+3
2015-03-15
rhashtable: Move future_tbl into struct bucket_table
Herbert Xu
1
-2
/
+3
2015-03-15
rhashtable: Add rehash counter to bucket_table
Herbert Xu
1
-1
/
+3
2015-03-15
rhashtable: Free bucket tables asynchronously after rehash
Herbert Xu
1
-0
/
+2
2015-03-15
rhashtable: Fix walker behaviour during rehash
Herbert Xu
1
-4
/
+4
2015-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
5
-24
/
+64
2015-03-14
mac802154: correct max sifs size handling
Alexander Aring
1
-0
/
+2
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
2
-10
/
+5
2015-03-13
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
2
-15
/
+16
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
1
-0
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
1
-0
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
1
-0
/
+2
2015-03-13
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
1
-0
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
1
-0
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
1
-0
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
1
-6
/
+8
2015-03-13
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
1
-0
/
+1
2015-03-13
tcp_metrics: Use a single hash table for all network namespaces.
Eric W. Biederman
1
-2
/
+0
2015-03-12
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
1
-3
/
+3
2015-03-12
inet: introduce ireq_family
Eric Dumazet
1
-0
/
+1
2015-03-12
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
2
-1
/
+6
2015-03-12
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
2
-0
/
+9
2015-03-12
inet: add ireq_state field to inet_request_sock
Eric Dumazet
1
-0
/
+3
2015-03-12
inet: add TCP_NEW_SYN_RECV state
Eric Dumazet
1
-1
/
+3
2015-03-12
ipv6: add missing ireq_net & ir_cookie initializations
Eric Dumazet
1
-0
/
+1
2015-03-12
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Borkmann
1
-1
/
+3
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
10
-47
/
+29
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
4
-40
/
+3
2015-03-11
ipv6: expose RFC4191 route preference via rtnetlink
Lubomir Rintel
1
-0
/
+1
2015-03-11
vxlan: Correct path typo in comment
Simon Horman
1
-1
/
+1
2015-03-11
net: add real socket cookies
Eric Dumazet
5
-2
/
+10
2015-03-11
of: mdio: export of_mdio_parse_addr
Florian Fainelli
1
-0
/
+7
2015-03-11
rhashtable: Move hash_rnd into bucket_table
Herbert Xu
1
-2
/
+2
2015-03-11
ipv4: FIB Local/MAIN table collapse
Alexander Duyck
2
-18
/
+10
2015-03-10
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
2
-0
/
+3
[next]