index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-12
rhashtable: Fix read-side crash during rehash
Herbert Xu
1
-1
/
+1
2015-03-12
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
2
-33
/
+28
2015-03-12
rhashtable: Fix reader/rehash race
Herbert Xu
1
-0
/
+6
2015-03-12
Merge branch 'listener_refactor'
David S. Miller
14
-41
/
+84
2015-03-12
inet: introduce ireq_family
Eric Dumazet
8
-1
/
+8
2015-03-12
inet: get_openreq4() & get_openreq6() do not need listener
Eric Dumazet
3
-8
/
+7
2015-03-12
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
4
-1
/
+10
2015-03-12
net: add req_prot_cleanup() & req_prot_init() helpers
Eric Dumazet
1
-28
/
+41
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
5
-2
/
+3
2015-03-12
cls_bpf: do eBPF invocation under non-bh RCU lock variant for maps
Daniel Borkmann
1
-3
/
+6
2015-03-12
Merge branch 'fib_trie_table_merge_fixes'
David S. Miller
2
-12
/
+21
2015-03-12
fib_trie: Provide a deterministic order for fib_alias w/ tables merged
Alexander Duyck
1
-11
/
+17
2015-03-12
fib_trie: Avoid NULL pointer if local table is not allocated
Alexander Duyck
1
-1
/
+4
2015-03-12
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Borkmann
2
-2
/
+7
2015-03-12
Merge branch 'possible_net_t'
David S. Miller
27
-155
/
+49
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
16
-67
/
+37
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
15
-90
/
+14
2015-03-12
Merge branch 'rhashtable-cleanups'
David S. Miller
1
-27
/
+16
2015-03-12
rhashtable: Remove obj_raw_hashfn
Herbert Xu
1
-18
/
+7
2015-03-12
rhashtable: Remove key length argument to key_hashfn
Herbert Xu
1
-3
/
+4
2015-03-12
rhashtable: Use head_hashfn instead of obj_raw_hashfn
Herbert Xu
1
-7
/
+5
2015-03-12
rhashtable: Move masking back into key_hashfn
Herbert Xu
1
-2
/
+3
2015-03-12
net/mlx5_core: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-11
rhashtable: Add annotation to nested lock
Herbert Xu
1
-2
/
+2
2015-03-11
net: fix CONFIG_NET_NS=n compilation
Eric Dumazet
3
-3
/
+3
2015-03-11
ipv6: expose RFC4191 route preference via rtnetlink
Lubomir Rintel
2
-1
/
+16
2015-03-11
switchdev: correct spelling of notifier in comments
Simon Horman
1
-3
/
+3
2015-03-11
vxlan: Correct path typo in comment
Simon Horman
1
-1
/
+1
2015-03-11
net: add real socket cookies
Eric Dumazet
13
-17
/
+55
2015-03-11
fib_trie: Only display main table in /proc/net/route
Alexander Duyck
1
-0
/
+5
2015-03-11
Merge branch 'dsa_phy_divert'
David S. Miller
3
-13
/
+48
2015-03-11
net: dsa: fully divert PHY reads/writes if requested
Florian Fainelli
1
-7
/
+22
2015-03-11
net: dsa: move PHY setup on DSA MII bus to its own function
Florian Fainelli
1
-8
/
+20
2015-03-11
of: mdio: export of_mdio_parse_addr
Florian Fainelli
2
-1
/
+9
2015-03-11
net: bcmgenet: collect Rx discarded packet count
Petri Gynther
2
-0
/
+19
2015-03-11
fib_trie: Fix uninitialized variable warning
Alexander Duyck
1
-3
/
+3
2015-03-11
fib_trie: call fib_table_flush_external under RTNL
Sabrina Dubroca
1
-1
/
+2
2015-03-11
mpls: Allow mpls_gso and mpls_router to be built as modules
Robert Shearman
2
-4
/
+6
2015-03-11
net/fsl: remove dependency FSL_SOC from MDIO
Shaohui Xie
1
-2
/
+0
2015-03-11
rhashtable: Add arbitrary rehash function
Herbert Xu
1
-332
/
+174
2015-03-11
rhashtable: Move hash_rnd into bucket_table
Herbert Xu
2
-11
/
+17
2015-03-11
ipv4: FIB Local/MAIN table collapse
Alexander Duyck
7
-38
/
+250
2015-03-10
tipc: ensure that idle links are deleted when a bearer is disabled
Jon Paul Maloy
2
-2
/
+4
2015-03-10
fib_trie: Address possible NULL pointer dereference in resize
Alexander Duyck
1
-4
/
+2
2015-03-10
macb: Fix merge error.
Stephen Rothwell
1
-16
/
+0
2015-03-10
fib_trie: Correctly handle case of key == 0 in leaf_walk_rcu
Alexander Duyck
1
-1
/
+1
2015-03-10
Merge branch 'inet_diag_cleanups'
David S. Miller
7
-115
/
+119
[next]