aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-19bnx2x: New multi-function mode: UFPYuval Mintz6-18/+200
2014-09-19bnx2x: Changes with storage & MAC macrosDmitry Kravkov5-42/+54
2014-09-19Merge branch 'fec-next'David S. Miller11-22/+62
2014-09-19net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-19net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli3-0/+18
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2-1/+9
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli3-2/+14
2014-09-19net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli2-11/+0
2014-09-19net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2
2014-09-19net: phy: broadcom: add helper for PHY revision and patch levelFlorian Fainelli1-0/+2
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli1-0/+2
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet3-63/+99
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-19Merge branch 'udp-tunnel-common'David S. Miller6-164/+294
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou1-14/+10
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou1-83/+22
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou3-1/+151
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou4-66/+111
2014-09-19Merge branch 'fec-next'David S. Miller2-13/+177
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan1-2/+15
2014-09-19net:fec: increase DMA queue numberFugang Duan1-1/+1
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan2-0/+151
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li1-10/+10
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov1-7/+2
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller1-2/+0
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller1-2/+5
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-7/+5
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller1-2/+2
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller1-37/+37
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller1-11/+13
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller1-14/+18
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-5/+5
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad1-3/+4
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao2-6/+0
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2-5/+0
2014-09-16net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend1-4/+3
2014-09-16Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller11-126/+428
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend1-0/+2
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend1-4/+9
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend1-3/+4
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend1-3/+4
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong1-1/+1
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong1-7/+10
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou7-12/+288
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar3-17/+16
2014-09-15net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli1-1/+1