summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fib: hook IPv4 fib for hardware offloadScott Feldman2015-03-063-3/+61
* ipv4: add net bool fib_offload_disabledScott Feldman2015-03-061-0/+1
* switchdev: implement IPv4 fib ndo wrappersScott Feldman2015-03-061-2/+96
* switchdev: don't support custom ip rules, for nowScott Feldman2015-03-065-0/+83
* switchdev: add IPv4 fib ndo ops wrappersScott Feldman2015-03-062-0/+58
* netdevice: add IPv4 fib add/del opsScott Feldman2015-03-061-0/+22
* rtnetlink: add RTNH_F_EXTERNAL flag for fib offloadScott Feldman2015-03-061-0/+1
* tg3: use napi_complete_done()Eric Dumazet2015-03-061-2/+2
* Merge branch 'dsa-next'David S. Miller2015-03-062-93/+126
|\
| * net: dsa: extract dsa switch tree setup and removalFlorian Fainelli2015-03-061-39/+52
| * net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-062-2/+8
| * net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli2015-03-061-37/+51
| * net: dsa: allow deferred probingFlorian Fainelli2015-03-061-3/+3
| * net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli2015-03-061-12/+12
|/
* inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet2015-03-051-24/+31
* i40e: Fix mismatching type for ioremap_lenJeff Kirsher2015-03-051-2/+2
* tipc: add ip/udp media typeErik Hugne2015-03-057-8/+479
* tipc: increase size of tipc discovery messagesErik Hugne2015-03-051-4/+3
* net_sched: move tp->root allocation into fw_init()WANG Cong2015-03-051-10/+13
* net_sched: move tp->root allocation into route4_init()WANG Cong2015-03-051-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-0516-66/+114
|\
| * i40e/i40evf: Version bumpSravanthi Tangeda2015-03-052-2/+2
| * i40e: don't spam the system logMitch A Williams2015-03-051-3/+0
| * i40e: move IRQ tracking setup into MSIX setupShannon Nelson2015-03-051-31/+29
| * i40e: Ioremap changesAnjali Singhai2015-03-052-2/+7
| * i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg2015-03-058-10/+2
| * i40e: Add AOC PHY types to case statementsCatherine Sullivan2015-03-052-0/+4
| * i40e: Fix ethtool offline testGreg Rose2015-03-051-0/+10
| * i40e: Reassign incorrect PHY type to fix a FW bugCatherine Sullivan2015-03-051-0/+4
| * i40e: fix XPS mask when resettingJesse Brandeburg2015-03-051-11/+11
| * i40e: use more portable sign extensionJesse Brandeburg2015-03-051-2/+2
| * i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson2015-03-053-3/+4
| * i40e: Don't check operational or sync bit for App TLVNeerav Parikh2015-03-051-1/+1
| * i40e: during LED interaction ignore activity LED src modesMatt Jared2015-03-051-1/+34
| * i40e: Fix NPAR Tx Scheduler initGreg Rose2015-03-051-0/+4
* | mpls: using vzalloc requires including vmalloc.hStephen Rothwell2015-03-051-0/+1
* | Merge branch 'cxgb4-next'David S. Miller2015-03-053-54/+80
|\ \
| * | cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai2015-03-053-17/+46
| * | cxgb4: Move offload Rx queue allocation to separate functionHariprasad Shenai2015-03-051-38/+35
|/ /
* | bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen2015-03-057-8/+22
* | ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
|/
* net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther2015-03-042-24/+22
* Merge branch 'fib_trie-next'David S. Miller2015-03-044-368/+433
|\
| * fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck2015-03-041-3/+13
| * fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck2015-03-041-5/+13
| * fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-044-52/+98
| * fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck2015-03-041-24/+27
| * fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck2015-03-041-142/+95
| * fib_trie: Fib find node should return parentAlexander Duyck2015-03-041-18/+24
| * fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck2015-03-041-96/+120
OpenPOWER on IntegriCloud