summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-085-124/+282
* vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver2016-09-081-10/+23
* openvswitch: 802.1ad uapi changes.Thomas F Herbert2016-09-081-8/+9
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-085-28/+56
* net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel2016-09-081-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-085-113/+173
|\
| * xfrm: state: remove per-netns gc taskFlorian Westphal2016-08-242-11/+9
| * xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert2016-08-241-1/+1
| * xfrm: policy: convert policy_lock to spinlockFlorian Westphal2016-08-122-35/+35
| * 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-122-3/+3
| * 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-102-5/+7
| * 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-102-4/+4
* | net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org2016-09-071-2/+2
* | Merge branch 'be2net-error-recovery-and-bug-fixes'David S. Miller2016-09-076-61/+517
|\ \
| * | be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna2016-09-071-1/+1
| * | be2net: Fix mac address collision in some configurationsSuresh Reddy2016-09-072-2/+5
| * | be2net: Avoid redundant addition of mac address in HWSuresh Reddy2016-09-071-20/+66
| * | be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur2016-09-072-4/+13
| * | be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur2016-09-071-0/+3
| * | be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-076-35/+430
|/ /
* | net: smsc911x: request and deassert optional RESET GPIOLinus Walleij2016-09-071-0/+9
* | net: smsc911x: augment device tree bindingsLinus Walleij2016-09-071-4/+11
* | Merge branch 'qed-debug-data-collection'David S. Miller2016-09-0710-12/+8949
|\ \
| * | qed*: Add support for the ethtool get_regs operationTomer Tayar2016-09-073-0/+30
| * | qed: Add support for debug data collectionTomer Tayar2016-09-078-12/+8919
|/ /
* | kaweth: remove obsolete debugging statementsOliver Neukum2016-09-071-15/+0
* | qed: add missing header dependenciesBaoyou Xie2016-09-071-0/+1
* | 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
* | Merge tag 'rxrpc-rewrite-20160907-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-0711-103/+140
|\ \
| * | rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-0711-98/+132
| * | rxrpc: Fix returns of call completion helpersDavid Howells2016-09-071-5/+8
* | | Merge tag 'rxrpc-rewrite-20160907-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-0714-347/+393
|\| |
| * | 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-0710-51/+79