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.13.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
2
-1
/
+14
2015-03-16
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2
-0
/
+2
2015-03-16
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-13
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
1
-3
/
+3
2015-03-13
inet: introduce ireq_family
Eric Dumazet
1
-0
/
+1
2015-03-13
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
2
-1
/
+6
2015-03-13
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
2
-0
/
+9
2015-03-13
inet: add ireq_state field to inet_request_sock
Eric Dumazet
1
-0
/
+3
2015-03-13
inet: add TCP_NEW_SYN_RECV state
Eric Dumazet
1
-1
/
+3
2015-03-13
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-12
ipv6: expose RFC4191 route preference via rtnetlink
Lubomir Rintel
1
-0
/
+1
2015-03-12
vxlan: Correct path typo in comment
Simon Horman
1
-1
/
+1
2015-03-12
net: add real socket cookies
Eric Dumazet
5
-2
/
+10
2015-03-12
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
2015-03-10
Bluetooth: Make Fast Connectable available while powered off
Johan Hedberg
1
-1
/
+1
2015-03-10
inet_diag: add const to inet_diag_req_v2
Eric Dumazet
1
-21
/
+22
2015-03-10
net: constify sock_diag_check_cookie()
Eric Dumazet
1
-1
/
+1
2015-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-2
/
+2
2015-03-10
netfilter: fix sparse warnings in reject handling
Florian Westphal
2
-2
/
+2
2015-03-10
net: phy: bcm7xxx: add alternate id for 7439
Florian Fainelli
1
-0
/
+1
2015-03-10
switchdev: add netlink flags to IPv4 FIB add op
Scott Feldman
2
-3
/
+6
2015-03-10
net: dsa: utilize of_find_net_device_by_node
Florian Fainelli
1
-0
/
+1
[next]