index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
l2tp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
3
-5
/
+5
*
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-1
/
+1
*
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-2
/
+1
*
lec: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-6
/
+6
*
appletalk: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-1
/
+1
*
net/sched: Introduce act_tunnel_key
Amir Vadai
2016-09-10
3
-0
/
+363
*
net/sched: cls_flower: Classify packet in ip tunnels
Amir Vadai
2016-09-10
1
-1
/
+99
*
net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
Amir Vadai
2016-09-10
1
-21
/
+2
*
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-09
1
-81
/
+48
*
bpf: add own ctx rewriter on ifindex for clsact progs
Daniel Borkmann
2016-09-09
1
-6
/
+31
*
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
2016-09-09
1
-8
/
+7
*
bpf: minor cleanups in helpers
Daniel Borkmann
2016-09-09
1
-4
/
+3
*
ip_tunnel: do not clear l4 hashes
Eric Dumazet
2016-09-09
1
-1
/
+1
*
Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2016-09-09
22
-3304
/
+2301
|
\
|
*
rxrpc: Rewrite the data and ack handling code
David Howells
2016-09-08
21
-3286
/
+1983
|
*
rxrpc: Preallocate peers, conns and calls for incoming service requests
David Howells
2016-09-08
8
-10
/
+315
|
*
rxrpc: Add tracepoints to record received packets and end of data_ready
David Howells
2016-09-08
1
-2
/
+6
|
*
rxrpc: Remove skb_count from struct rxrpc_call
David Howells
2016-09-08
2
-23
/
+12
|
*
rxrpc: Convert rxrpc_local::services to an hlist
David Howells
2016-09-08
5
-11
/
+11
|
*
rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values
David Howells
2016-09-08
1
-11
/
+13
*
|
net: x25: remove null checks on arrays calling_ae and called_ae
Colin Ian King
2016-09-09
1
-4
/
+0
*
|
rtnetlink: remove unused ifla_stats_policy
stephen hemminger
2016-09-09
1
-4
/
+0
*
|
ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE events
Guillaume Nault
2016-09-09
1
-1
/
+5
*
|
ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events
Guillaume Nault
2016-09-09
1
-3
/
+7
*
|
ipv4: accept u8 in IP_TOS ancillary data
Eric Dumazet
2016-09-08
1
-2
/
+5
*
|
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2016-09-08
5
-144
/
+212
*
|
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
[next]