summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-27atm: firestream: fix interruptible_sleep_on raceArnd Bergmann1-2/+2
2014-02-27Merge branch 'intel-next'David S. Miller24-170/+80
2014-02-27igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny21-64/+43
2014-02-27igb: make local functions static and remove dead codeJeff Kirsher8-98/+17
2014-02-27ixgbe: Add WoL support for a new deviceMark Rustad2-0/+2
2014-02-27ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2014-02-27ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore1-6/+12
2014-02-27ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa4-6/+18
2014-02-27ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa4-8/+16
2014-02-27ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-27neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-27ieee802154: fix new function declarationJean Sacren1-1/+1
2014-02-27ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-27vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso1-3/+0
2014-02-27Merge branch 'mlx4'David S. Miller3-1/+7
2014-02-27net/mlx4_en: Fix bad use of dev_idAmir Vadai1-1/+0
2014-02-27net/mlx4_en: Expose port number through sysfsAmir Vadai1-0/+1
2014-02-27net: Add sysfs file for port numberAmir Vadai2-0/+6
2014-02-27Merge branch 'bnx2x'David S. Miller2-4/+10
2014-02-27bnx2x: save RAM in kdump kernel by disabling TPAMichal Schmidt1-0/+2
2014-02-27bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt1-0/+5
2014-02-27bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt1-4/+3
2014-02-27net: tcp: add mib counters to track zero window transitionsFlorian Westphal3-1/+17
2014-02-27net: order MPLS ethertypes numericallyNeil Jerram1-2/+2
2014-02-26bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches4-89/+138
2014-02-25vti4: Enable namespace changingSteffen Klassert1-1/+0
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-5/+24
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert1-14/+34
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert1-11/+11
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert2-70/+0
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert1-47/+187
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert1-1/+5
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert3-12/+50
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+16
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert5-17/+310
2014-02-25net: bcmgenet: remove unused bh_lock memberFlorian Fainelli1-1/+0
2014-02-25net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli1-4/+0
2014-02-25net: bcmgenet: drop checks on priv->phydevFlorian Fainelli1-11/+6
2014-02-25Merge branch 'gianfar'David S. Miller3-398/+324
2014-02-25gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2-88/+77
2014-02-25gianfar: Fix device reset races (oops) for TxClaudiu Manoil3-84/+76
2014-02-25gianfar: Don't free/request irqs on device resetClaudiu Manoil1-32/+45
2014-02-25gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil3-127/+51
2014-02-25gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil1-82/+90
2014-02-25bcmgenet: Deleted unnecessary select_queue method.David S. Miller1-7/+0
2014-02-25net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam1-4/+3
2014-02-25bridge: netfilter: Use ether_addr_copyJoe Perches5-7/+7
2014-02-25bridge: Use ether_addr_copy and ETH_ALENJoe Perches3-5/+5