summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-09-16openvswitch: Remove pkt_key from OVS_CBPravin B Shelar3-17/+16
2014-09-16net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli1-1/+1
2014-09-16net_sched: use tcindex_filter_result_init()WANG Cong1-4/+1
2014-09-16net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong1-1/+1
2014-09-16net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong1-1/+1
2014-09-16net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong1-1/+1
2014-09-16Merge branch 'dsa-next'David S. Miller16-74/+101
2014-09-16dsa: Replace mii_bus with a generic host deviceAlexander Duyck10-32/+42
2014-09-16dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck9-42/+59
2014-09-16Merge branch 'bonding-cleanups'David S. Miller6-199/+105
2014-09-16bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov1-4/+2
2014-09-16bonding: trivial: style and comment fixesNikolay Aleksandrov6-167/+93
2014-09-16bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-15Merge branch 'tcpflags'David S. Miller5-32/+22
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2-4/+3
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet4-13/+17
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist1-1/+1
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist1-2/+2
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2-5/+8
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-14net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2
2014-09-14netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-14net/macb: Add hardware revision information during probeBo Shen1-3/+3
2014-09-14Merge branch 'fec-next'David S. Miller4-259/+756
2014-09-14ARM: dts: imx6sx: add multi-queue support enetFrank Li1-0/+2
2014-09-14ARM: Documentation: Update fec dts binding docFrank Li1-0/+6
2014-09-14net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-14net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2-11/+27
2014-09-14net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan1-0/+2
2014-09-14net: fec: add enet-avb IP supportFrank Li2-18/+51
2014-09-14net:fec: Disable enet-avb MAC instead of reset MACFugang Duan1-6/+20
2014-09-14net: fec: init multi queue date structureFrank Li1-113/+252