summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-054-52/+98
* fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck2015-03-051-24/+27
* fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck2015-03-051-142/+95
* fib_trie: Fib find node should return parentAlexander Duyck2015-03-051-18/+24
* fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck2015-03-051-96/+120
* fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck2015-03-051-63/+78
* Merge tag 'linux-can-next-for-4.1-20150304' of git://git.kernel.org/pub/scm/l...David S. Miller2015-03-041-81/+177
|\
| * bfin_can: Merge header file from arch dependent locationAaron Wu2015-03-041-1/+109
| * bfin_can: introduce ioremap to comply to archs with MMUAaron Wu2015-03-041-14/+8
| * bfin_can: rewrite the blackfin style of read/write to common onesAaron Wu2015-03-041-66/+60
* | mpls: rtm_mpls_policy[] can be staticWu Fengguang2015-03-041-1/+1
* | Merge branch 'be2net-next'David S. Miller2015-03-045-123/+285
|\ \
| * | be2net: implement .sriov_configure() PCI callbackVasundhara Volam2015-03-042-65/+107
| * | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-044-38/+141
| * | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-045-24/+41
|/ /
* | net: cadence: Remove Kconfig dependency on ARCHMichal Simek2015-03-041-2/+2
* | Merge branch 'sh_eth-next'David S. Miller2015-03-042-26/+256
|\ \
| * | sh_eth: Mitigate lost statistics updatesBen Hutchings2015-03-041-12/+25
| * | sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings2015-03-041-0/+7
| * | sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-042-11/+195
| * | sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-042-3/+27
| * | sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings2015-03-041-0/+2
|/ /
* | Merge branch 'basic-mpls-support'David S. Miller2015-03-0410-2/+1110
|\ \
| * | mpls: Multicast route table change notificationsEric W. Biederman2015-03-042-0/+62
| * | mpls: Netlink commands to add, remove, and dump routesEric W. Biederman2015-03-042-0/+237
| * | mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2015-03-042-0/+60
| * | mpls: Basic support for adding and removing routesEric W. Biederman2015-03-041-0/+133
| * | mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman2015-03-043-0/+168
| * | mpls: Basic routing supportEric W. Biederman2015-03-047-0/+432
| * | mpls: Refactor how the mpls module is builtEric W. Biederman2015-03-042-2/+18
|/ /
* | Merge branch 'neigh-mpls-prep'David S. Miller2015-03-047-49/+120
|\ \ | |/ |/|
| * neigh: Add helper function neigh_xmitEric W. Biederman2015-03-042-0/+37
| * neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-047-49/+83
|/
* bridge: fix bridge netlink RCU usageJohannes Berg2015-03-041-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041279-20221/+49533
|\
| * Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-03-043-1/+5
| |\
| | * sunrpc: integer underflow in rsc_parse()Dan Carpenter2015-02-261-0/+2
| | * nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble2015-02-261-1/+1
| | * svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos2015-02-181-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-04116-737/+1273
| |\ \
| | * | openvswitch: Fix serialization of non-masked set actions.Joe Stringer2015-03-031-1/+7
| | * | gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck2015-03-031-2/+2
| | * | ibmveth: Add function to enable live MAC address changesThomas Falcon2015-03-031-1/+23
| | * | net: bridge: add compile-time assert for cb struct sizeFlorian Westphal2015-03-031-0/+2
| | * | udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-032-2/+4
| | * | Merge branch 'sh_eth'David S. Miller2015-03-031-5/+10
| | |\ \
| | | * | sh_eth: Really fix padding of short frames on TXBen Hutchings2015-03-031-1/+1
| | | * | Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings2015-03-031-3/+2
| | | * | sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings2015-03-031-1/+1
| | | * | sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings2015-03-031-0/+6
| | |/ /