summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-103-43/+0
* net: l3mdev: remove redundant callsDavid Ahern2016-09-108-37/+10
* net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-102-12/+14
* net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-101-4/+0
* net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-102-4/+16
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-104-0/+30
* net: flow: Add l3mdev flow updateDavid Ahern2016-09-103-0/+41
* tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-101-1/+7
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-101-0/+4
* xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-3/+3
* l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-103-5/+5
* ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+1
* 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
OpenPOWER on IntegriCloud