summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-6/+6
* appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-103-0/+363
* net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai2016-09-101-1/+99
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-21/+2
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-81/+48
* bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2016-09-091-6/+31
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-8/+7
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-4/+3
* ip_tunnel: do not clear l4 hashesEric Dumazet2016-09-091-1/+1
* Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-0922-3304/+2301
|\
| * rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-0821-3286/+1983
| * rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-088-10/+315
| * rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-2/+6
| * rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-082-23/+12
| * rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-085-11/+11
| * rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells2016-09-081-11/+13
* | net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-091-4/+0
* | rtnetlink: remove unused ifla_stats_policystephen hemminger2016-09-091-4/+0
* | ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault2016-09-091-1/+5
* | ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault2016-09-091-3/+7
* | ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2016-09-081-2/+5
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-085-144/+212
* | openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-085-124/+282
* | net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-083-26/+53
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-083-105/+167
|\ \ | |/ |/|
| * xfrm: state: remove per-netns gc taskFlorian Westphal2016-08-241-9/+9
| * xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert2016-08-241-1/+1
| * xfrm: policy: convert policy_lock to spinlockFlorian Westphal2016-08-121-34/+34
| * xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal2016-08-121-2/+0
| * xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal2016-08-121-5/+3
| * xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal2016-08-121-2/+2
| * xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal2016-08-121-1/+7
| * xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal2016-08-121-2/+19
| * xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal2016-08-121-6/+14
| * xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal2016-08-121-7/+7
| * xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal2016-08-101-2/+4
| * xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal2016-08-101-8/+10
| * xfrm: state: add sequence count to detect hash resizesFlorian Westphal2016-08-101-0/+15
| * xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal2016-08-101-0/+5
| * xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal2016-08-101-5/+16
| * xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal2016-08-101-19/+19
| * xfrm: constify xfrm_replay structuresJulia Lawall2016-08-101-3/+3
* | net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org2016-09-071-2/+2
* | net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2016-09-071-2/+2
* | netlink: don't forget to release a rhashtable_iter structureAndrey Vagin2016-09-071-1/+0
* | rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-078-90/+91
* | rxrpc: Fix returns of call completion helpersDavid Howells2016-09-071-5/+8
* | rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-0711-279/+303
* | rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells2016-09-071-2/+2
OpenPOWER on IntegriCloud