summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju2016-09-102-92/+92
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-101-4/+0
* macsec: set network devtypestephen hemminger2016-09-101-0/+1
* rtnetlink: remove unused ifla_stats_policystephen hemminger2016-09-101-4/+0
* Merge branch 'newroute-creation-flags'David S. Miller2016-09-102-4/+12
|\
| * ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault2016-09-101-1/+5
| * ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault2016-09-101-3/+7
|/
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2016-09-091-2/+5
* bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-092-15/+142
* tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-098-149/+218
* Merge branch 'ovs-802.1ad'David S. Miller2016-09-097-142/+314
|\
| * openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-095-124/+282
| * vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver2016-09-091-10/+23
| * openvswitch: 802.1ad uapi changes.Thomas F Herbert2016-09-091-8/+9
|/
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-095-28/+56
* net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel2016-09-091-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-081-2/+2
* | Merge branch 'be2net-error-recovery-and-bug-fixes'David S. Miller2016-09-086-61/+517
|\ \
| * | be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna2016-09-081-1/+1
| * | be2net: Fix mac address collision in some configurationsSuresh Reddy2016-09-082-2/+5
| * | be2net: Avoid redundant addition of mac address in HWSuresh Reddy2016-09-081-20/+66
| * | be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur2016-09-082-4/+13
| * | be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur2016-09-081-0/+3
| * | be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-086-35/+430
|/ /
* | net: smsc911x: request and deassert optional RESET GPIOLinus Walleij2016-09-081-0/+9
* | net: smsc911x: augment device tree bindingsLinus Walleij2016-09-081-4/+11
* | Merge branch 'qed-debug-data-collection'David S. Miller2016-09-0810-12/+8949
|\ \
| * | qed*: Add support for the ethtool get_regs operationTomer Tayar2016-09-083-0/+30
| * | qed: Add support for debug data collectionTomer Tayar2016-09-088-12/+8919
|/ /
* | kaweth: remove obsolete debugging statementsOliver Neukum2016-09-081-15/+0
* | qed: add missing header dependenciesBaoyou Xie2016-09-081-0/+1
* | net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2016-09-081-2/+2