aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-11bridge: allow zero ageing timeStephen Hemminger2-7/+8
2016-03-11rocker: set FDB cleanup timer according to lowest ageing timeIdo Schimmel3-1/+7
2016-03-11mlxsw: spectrum: Check requested ageing time is validIdo Schimmel2-2/+9
2016-03-11macvtap: always pass ethernet header in linearWillem de Bruijn1-3/+6
2016-03-11net/flower: Fix pointer castAmir Vadai2-7/+7
2016-03-10Merge branch 'flower-offload'David S. Miller18-47/+698
2016-03-10net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai3-0/+6
2016-03-10net/mlx5e: Support offload cls_flower with drop actionAmir Vadai3-0/+309
2016-03-10net/mlx5e: Introduce tc offload supportAmir Vadai5-2/+222
2016-03-10net/mlx5e: Add a new priority for kernel flow tablesAmir Vadai2-4/+4
2016-03-10net/mlx5e: Relax ndo_setup_tc handle restrictionAmir Vadai1-1/+1
2016-03-10net/mlx5_core: Set flow steering dest only for forward rulesAmir Vadai2-19/+28
2016-03-10net/act_skbedit: Utility functions for mark actionAmir Vadai1-0/+16
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai2-7/+18
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() publicAmir Vadai2-13/+13
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai4-1/+81
2016-03-10Merge branch 'mediatek-eth'David S. Miller8-0/+2336
2016-03-10net-next: mediatek: add an entry to MAINTAINERSJohn Crispin1-0/+7
2016-03-10net-next: mediatek: add Kconfig and MakefileJohn Crispin4-0/+24
2016-03-10net-next: mediatek: add support for MT7623 ethernetJohn Crispin2-0/+2228
2016-03-10net-next: mediatek: document MediaTek SoC ethernet bindingJohn Crispin1-0/+77
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong1-8/+8
2016-03-10qede: Fix net-next "make ARCH=x86_64"Manish Chopra1-1/+4
2016-03-10Merge branch 'qlcnic-next'David S. Miller3-11/+19
2016-03-10qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia3-5/+14
2016-03-10qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2-6/+5
2016-03-10Merge branch 'cxgb4-next'David S. Miller1-96/+125
2016-03-10cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai1-4/+4
2016-03-10cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai1-0/+5
2016-03-10cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai1-71/+94
2016-03-10cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai1-25/+26
2016-03-10net: dsa: mv88e6xxx: avoid writing the same modeVivien Didelot1-8/+13
2016-03-10net: dsa: mv88e6xxx: read then write PVIDVivien Didelot1-4/+26
2016-03-10net: dsa: mv88e6xxx: rework port state setterVivien Didelot2-22/+34
2016-03-10Merge branch 'sh_eth-fixes'David S. Miller1-4/+6
2016-03-10sh_eth: advance 'rxdesc' later in sh_eth_ring_format()Sergei Shtylyov1-3/+4
2016-03-10sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov1-1/+2
2016-03-10kcm: mark helper functions inlineArnd Bergmann1-2/+2
2016-03-10Merge tag 'linux-can-next-for-4.6-20160310' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-36/+75
2016-03-10can: rcar_can: Add r8a7795 supportRamesh Shanmugasundaram3-1/+13
2016-03-10can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut1-2/+29
2016-03-10can: ifi: Fix RX and TX ID maskMarek Vasut1-4/+4
2016-03-10can: ifi: Fix TX DLC configurationMarek Vasut1-8/+6
2016-03-10can: ifi: Fix clock generator configurationMarek Vasut1-21/+23
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov1-0/+5
2016-03-09Merge branch 'variable-length-ll-headers'David S. Miller3-27/+53
2016-03-09packet: validate variable length ll headersWillem de Bruijn1-25/+18
2016-03-09ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2016-03-09net: validate variable length ll headersWillem de Bruijn1-2/+20