aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman2-0/+58
2015-03-06netdevice: add IPv4 fib add/del opsScott Feldman1-0/+22
2015-03-06rtnetlink: add RTNH_F_EXTERNAL flag for fib offloadScott Feldman1-0/+1
2015-03-06tg3: use napi_complete_done()Eric Dumazet1-2/+2
2015-03-06Merge branch 'dsa-next'David S. Miller2-93/+126
2015-03-06net: dsa: extract dsa switch tree setup and removalFlorian Fainelli1-39/+52
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli2-2/+8
2015-03-06net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli1-37/+51
2015-03-06net: dsa: allow deferred probingFlorian Fainelli1-3/+3
2015-03-06net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli1-12/+12
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet1-24/+31
2015-03-05i40e: Fix mismatching type for ioremap_lenJeff Kirsher1-2/+2
2015-03-05tipc: add ip/udp media typeErik Hugne7-8/+479
2015-03-05tipc: increase size of tipc discovery messagesErik Hugne1-4/+3
2015-03-05net_sched: move tp->root allocation into fw_init()WANG Cong1-10/+13
2015-03-05net_sched: move tp->root allocation into route4_init()WANG Cong1-7/+7
2015-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-66/+114
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
2015-03-05Merge branch 'cxgb4-next'David S. Miller3-54/+80
2015-03-05cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai3-17/+46
2015-03-05cxgb4: Move offload Rx queue allocation to separate functionHariprasad Shenai1-38/+35
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen7-8/+22
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot1-1/+1
2015-03-05i40e/i40evf: Version bumpSravanthi Tangeda2-2/+2
2015-03-05i40e: don't spam the system logMitch A Williams1-3/+0
2015-03-05i40e: move IRQ tracking setup into MSIX setupShannon Nelson1-31/+29
2015-03-05i40e: Ioremap changesAnjali Singhai2-2/+7
2015-03-05i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg8-10/+2
2015-03-05i40e: Add AOC PHY types to case statementsCatherine Sullivan2-0/+4
2015-03-05i40e: Fix ethtool offline testGreg Rose1-0/+10
2015-03-05i40e: Reassign incorrect PHY type to fix a FW bugCatherine Sullivan1-0/+4
2015-03-05i40e: fix XPS mask when resettingJesse Brandeburg1-11/+11
2015-03-05i40e: use more portable sign extensionJesse Brandeburg1-2/+2
2015-03-05i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson3-3/+4
2015-03-05i40e: Don't check operational or sync bit for App TLVNeerav Parikh1-1/+1
2015-03-05i40e: during LED interaction ignore activity LED src modesMatt Jared1-1/+34
2015-03-05i40e: Fix NPAR Tx Scheduler initGreg Rose1-0/+4
2015-03-04net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther2-24/+22
2015-03-04Merge branch 'fib_trie-next'David S. Miller4-368/+433
2015-03-04fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck1-3/+13
2015-03-04fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck1-5/+13
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck4-52/+98
2015-03-04fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck1-24/+27
2015-03-04fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck1-142/+95
2015-03-04fib_trie: Fib find node should return parentAlexander Duyck1-18/+24
2015-03-04fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck1-96/+120
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flushAlexander Duyck1-63/+78
2015-03-04Merge tag 'linux-can-next-for-4.1-20150304' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-81/+177
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang1-1/+1
2015-03-04Merge branch 'be2net-next'David S. Miller5-123/+285