index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
Eric Garver
2016-09-08
5
-124
/
+282
*
net: inet: diag: expose the socket mark to privileged processes.
Lorenzo Colitti
2016-09-08
3
-26
/
+53
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-09-08
3
-105
/
+167
|
\
|
*
xfrm: state: remove per-netns gc task
Florian Westphal
2016-08-24
1
-9
/
+9
|
*
xfrm: Fix xfrm_policy_lock imbalance
Steffen Klassert
2016-08-24
1
-1
/
+1
|
*
xfrm: policy: convert policy_lock to spinlock
Florian Westphal
2016-08-12
1
-34
/
+34
|
*
xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo
Florian Westphal
2016-08-12
1
-2
/
+0
|
*
xfrm: policy: only use rcu in xfrm_sk_policy_lookup
Florian Westphal
2016-08-12
1
-5
/
+3
|
*
xfrm: policy: make xfrm_policy_lookup_bytype lockless
Florian Westphal
2016-08-12
1
-2
/
+2
|
*
xfrm: policy: use atomic_inc_not_zero in rcu section
Florian Westphal
2016-08-12
1
-1
/
+7
|
*
xfrm: policy: add sequence count to sync with hash resize
Florian Westphal
2016-08-12
1
-2
/
+19
|
*
xfrm: policy: prepare policy_bydst hash for rcu lookups
Florian Westphal
2016-08-12
1
-6
/
+14
|
*
xfrm: policy: use rcu versions for iteration and list add/del
Florian Westphal
2016-08-12
1
-7
/
+7
|
*
xfrm: state: don't use lock anymore unless acquire operation is needed
Florian Westphal
2016-08-10
1
-2
/
+4
|
*
xfrm: state: use rcu_deref and assign_pointer helpers
Florian Westphal
2016-08-10
1
-8
/
+10
|
*
xfrm: state: add sequence count to detect hash resizes
Florian Westphal
2016-08-10
1
-0
/
+15
|
*
xfrm: state: delay freeing until rcu grace period has elapsed
Florian Westphal
2016-08-10
1
-0
/
+5
|
*
xfrm: state: use atomic_inc_not_zero to increment refcount
Florian Westphal
2016-08-10
1
-5
/
+16
|
*
xfrm: state: use hlist_for_each_entry_rcu helper
Florian Westphal
2016-08-10
1
-19
/
+19
|
*
xfrm: constify xfrm_replay structures
Julia Lawall
2016-08-10
1
-3
/
+3
*
|
net: xfrm: Change u32 sysctl entries to use proc_douintvec
subashab@codeaurora.org
2016-09-07
1
-2
/
+2
*
|
net: diag: make udp_diag_destroy work for mapped addresses.
Lorenzo Colitti
2016-09-07
1
-2
/
+2
*
|
netlink: don't forget to release a rhashtable_iter structure
Andrey Vagin
2016-09-07
1
-1
/
+0
*
|
rxrpc: Add tracepoint for working out where aborts happen
David Howells
2016-09-07
8
-90
/
+91
*
|
rxrpc: Fix returns of call completion helpers
David Howells
2016-09-07
1
-5
/
+8
*
|
rxrpc: Calls shouldn't hold socket refs
David Howells
2016-09-07
11
-279
/
+303
*
|
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
David Howells
2016-09-07
1
-2
/
+2
*
|
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
David Howells
2016-09-07
1
-3
/
+4
*
|
rxrpc: Cache the security index in the rxrpc_call struct
David Howells
2016-09-07
5
-2
/
+7
*
|
rxrpc: Use call->peer rather than call->conn->params.peer
David Howells
2016-09-07
1
-3
/
+5
*
|
rxrpc: Improve the call tracking tracepoint
David Howells
2016-09-07
9
-43
/
+76
*
|
rxrpc: Delete unused rxrpc_kernel_free_skb()
David Howells
2016-09-07
1
-13
/
+0
*
|
rxrpc: Whitespace cleanup
David Howells
2016-09-07
1
-2
/
+1
*
|
Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-06
5
-640
/
+660
|
\
\
|
*
|
rxrpc Move enum rxrpc_command to sendmsg.c
David Howells
2016-09-04
2
-7
/
+7
|
*
|
rxrpc: Rearrange net/rxrpc/sendmsg.c
David Howells
2016-09-04
1
-281
/
+277
|
*
|
rxrpc: Split sendmsg from packet transmission code
David Howells
2016-09-04
5
-633
/
+657
*
|
|
Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-06
4
-31
/
+23
|
\
|
|
|
*
|
rxrpc: Don't change the epoch
David Howells
2016-09-04
1
-24
/
+8
|
*
|
rxrpc: Randomise epoch and starting client conn ID values
David Howells
2016-09-04
1
-1
/
+8
|
*
|
rxrpc: The client call state must be changed before attachment to conn
David Howells
2016-09-04
2
-2
/
+4
|
*
|
rxrpc: Fix uninitialised variable warning
David Howells
2016-09-02
1
-3
/
+2
|
*
|
rxrpc: fix undefined behavior in rxrpc_mark_call_released
Arnd Bergmann
2016-09-02
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-09-06
36
-1554
/
+1196
|
\
\
\
|
*
|
|
netfilter: log: Check param to avoid overflow in nf_log_set
Gao Feng
2016-08-30
5
-11
/
+9
|
*
|
|
netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'
Gao Feng
2016-08-30
1
-1
/
+1
|
*
|
|
netfilter: remove __nf_ct_kill_acct helper
Florian Westphal
2016-08-30
1
-7
/
+5
|
*
|
|
netfilter: conntrack: resched gc again if eviction rate is high
Florian Westphal
2016-08-30
1
-0
/
+6
|
*
|
|
netfilter: conntrack: add gc worker to remove timed-out entries
Florian Westphal
2016-08-30
1
-0
/
+76
|
*
|
|
netfilter: evict stale entries on netlink dumps
Florian Westphal
2016-08-30
1
-1
/
+24
[next]