summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-20net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca1-6/+2
2014-09-20Merge branch 'fou-next'David S. Miller14-20/+802
2014-09-20gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2-5/+89
2014-09-20ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-09-20sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-09-20net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert3-2/+120
2014-09-20fou: Add GRO supportTom Herbert3-2/+95
2014-09-20fou: Support for foo-over-udp RX pathTom Herbert4-0/+322
2014-09-20net: Export inet_offloads and inet6_offloadsTom Herbert2-0/+2
2014-09-20net: sched: cls_u32: rcu can not be last nodeJohn Fastabend1-1/+4
2014-09-20net: sched: use __skb_queue_head_init() where applicableEric Dumazet2-2/+2
2014-09-20Merge branch 'bnx2x-next'David S. Miller8-81/+296
2014-09-20bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz3-21/+42
2014-09-20bnx2x: New multi-function mode: UFPYuval Mintz6-18/+200
2014-09-20bnx2x: Changes with storage & MAC macrosDmitry Kravkov5-42/+54
2014-09-20Merge branch 'fec-next'David S. Miller11-22/+62
2014-09-20net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-20net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli3-0/+18
2014-09-20net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2-1/+9
2014-09-20net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli3-2/+14
2014-09-20net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli2-11/+0
2014-09-20net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2
2014-09-20net: phy: broadcom: add helper for PHY revision and patch levelFlorian Fainelli1-0/+2
2014-09-20of: mdio: honor flags passed to of_phy_connectFlorian Fainelli1-0/+2
2014-09-20net: add alloc_skb_with_frags() helperEric Dumazet3-63/+99
2014-09-20tcp: 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-17net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-17net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend1-4/+3
2014-09-17Merge 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-16openvswitch: Add recirc and hash action.Andy Zhou7-12/+288
2014-09-16openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-16openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-16openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71