summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-19Merge branch 'bnx2x-next'David S. Miller
2014-09-19bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz
2014-09-19bnx2x: New multi-function mode: UFPYuval Mintz
2014-09-19bnx2x: Changes with storage & MAC macrosDmitry Kravkov
2014-09-19Merge branch 'fec-next'David S. Miller
2014-09-19net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli
2014-09-19net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli
2014-09-19net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli
2014-09-19net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli
2014-09-19net: phy: broadcom: add helper for PHY revision and patch levelFlorian Fainelli
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet
2014-09-19Merge branch 'udp-tunnel-common'David S. Miller
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou
2014-09-19Merge branch 'fec-next'David S. Miller
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan
2014-09-19net:fec: increase DMA queue numberFugang Duan
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao
2014-09-16net: fec: fix build error at m68k platformFrank Li
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend
2014-09-16Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: simplify sample action implementationAndy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar