aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06net: macb: Fix multi queue support for xilinx ZynqMPPunnaiah Choudary Kalluri1-1/+1
2015-03-06net: macb: Include multi queue support for xilinx ZynqMP ethernet versionPunnaiah Choudary Kalluri1-1/+1
2015-03-06fib: make netdev_switch_fib_ipv4_abort in header file static inlineWillem de Bruijn1-1/+1
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-06net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther2-2/+9
2015-03-06net: bcmgenet: adjust the call to alloc_etherdev_mqs()Petri Gynther1-2/+3
2015-03-06net: bcmgenet: set hw_params->rx_queues = 0Petri Gynther1-3/+3
2015-03-06ipv4: Documenting two sysctls for tcp PMTU probeFan Du1-0/+10
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du7-2/+51
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du5-3/+23
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du1-1/+1
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman3-60/+55
2015-03-06bonding: implement bond_poll_controller()Mahesh Bandewar1-0/+33
2015-03-06rocker: fix some sparse warningsScott Feldman1-3/+3
2015-03-06switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman1-2/+6
2015-03-06e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-03-06e1000: call netif_carrier_off early on downEliezer Tamir1-1/+1
2015-03-06igb: Make arrays on stack static const to avoid reallocationAlexander Duyck1-12/+12
2015-03-06igb: Fix warning pin may be used uninitializedAlexander Duyck1-1/+1
2015-03-06e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin1-3/+5
2015-03-06e1000e: fix obscure commentsYanir Lubetkin1-4/+8
2015-03-06ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller1-2/+0
2015-03-06rocker: implement IPv4 fib offloadingScott Feldman1-47/+436
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman3-3/+61
2015-03-06ipv4: add net bool fib_offload_disabledScott Feldman1-0/+1
2015-03-06switchdev: implement IPv4 fib ndo wrappersScott Feldman1-2/+96
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman5-0/+83
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-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-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
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