summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: state lookup can be locklessFlorian Westphal2016-09-211-2/+2
* 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
* | rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells2016-09-071-3/+4
* | rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-075-2/+7
* | rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells2016-09-071-3/+5
* | rxrpc: Improve the call tracking tracepointDavid Howells2016-09-079-43/+76
* | rxrpc: Delete unused rxrpc_kernel_free_skb()David Howells2016-09-071-13/+0
* | rxrpc: Whitespace cleanupDavid Howells2016-09-071-2/+1
* | Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-065-640/+660
|\ \
| * | rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2016-09-042-7/+7
| * | rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells2016-09-041-281/+277
| * | rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-045-633/+657
* | | Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-064-31/+23
|\ \ \ | |/ /
| * | rxrpc: Don't change the epochDavid Howells2016-09-041-24/+8
| * | rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells2016-09-041-1/+8
| * | rxrpc: The client call state must be changed before attachment to connDavid Howells2016-09-042-2/+4
| * | rxrpc: Fix uninitialised variable warningDavid Howells2016-09-021-3/+2
| * | rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-0636-1554/+1196
|\ \ \
| * | | netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-305-11/+9
| * | | netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng2016-08-301-1/+1
| * | | netfilter: remove __nf_ct_kill_acct helperFlorian Westphal2016-08-301-7/+5
| * | | netfilter: conntrack: resched gc again if eviction rate is highFlorian Westphal2016-08-301-0/+6
OpenPOWER on IntegriCloud