aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2-0/+2
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-01-28Merge branch 'sctp-transport-races'David S. Miller5-30/+24
2016-01-28sctp: remove the dead field of sctp_transportXin Long4-21/+2
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long1-0/+8
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long3-9/+14
2016-01-28Merge branch 'mlxsw-fixes'David S. Miller4-40/+293
2016-01-28mlxsw: reg: Use correct offset in field definitonIdo Schimmel1-3/+3
2016-01-28mlxsw: spectrum: Compare local ports instead of pointersIdo Schimmel1-2/+4
2016-01-28mlxsw: spectrum: Dump LAG FDB records only onceIdo Schimmel1-2/+10
2016-01-28mlxsw: spectrum: Use correct netdev when notifying bridgeIdo Schimmel1-2/+4
2016-01-28mlxsw: spectrum: Don't report VLAN for 802.1D FDB entriesIdo Schimmel1-15/+16
2016-01-28mlxsw: spectrum: Notify bridge's FDB only based on learning_syncIdo Schimmel1-8/+6
2016-01-28mlxsw: spectrum: Disable learning according to STP stateIdo Schimmel1-1/+1
2016-01-28mlxsw: spectrum: Don't forward packets when STP state is DISABLEDIdo Schimmel1-1/+1
2016-01-28mlxsw: spectrum: Flush FDB when leaving bridgeIdo Schimmel1-8/+129
2016-01-28mlxsw: reg: Add the Switch Filtering DB Flush registerIdo Schimmel1-0/+88
2016-01-28mlxsw: spectrum: Handle port leaving LAG while bridgedIdo Schimmel3-3/+36
2016-01-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller2-12/+7
2016-01-25net: i40e: shut up uninitialized variable warningsArnd Bergmann1-2/+2
2016-01-25i40e: fix build warningsEric Dumazet1-10/+5
2016-01-25hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang2-11/+23
2016-01-25hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov1-64/+3
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2-7/+4
2016-01-25defxx: fix build warningSudip Mukherjee1-4/+4
2016-01-25net: macb: fix build warningSudip Mukherjee1-1/+1
2016-01-25net: fec: make driver endian-safeJohannes Berg3-72/+101
2016-01-25net: dsa: fix mv88e6xxx switchesRussell King1-1/+1
2016-01-2582xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth1-1/+1
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2-0/+2
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann1-6/+5
2016-01-24pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa1-10/+24
2016-01-24drivers: net: xgene: fix extra IRQ issueIyappan Subramanian2-3/+10
2016-01-24af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner1-12/+0
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet1-10/+44
2016-01-21Merge branch 'mvneta-multi-clk'David S. Miller2-15/+30
2016-01-21net: mvneta: update clocks property and document additional clock-namesJisheng Zhang1-1/+6
2016-01-21net: mvneta: get optional bus clkJisheng Zhang1-0/+8
2016-01-21net: mvneta: Try to get named core clock firstJisheng Zhang1-1/+3
2016-01-21net: mvneta: sort the headers in alphabetic orderJisheng Zhang1-13/+13
2016-01-21net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang1-5/+4
2016-01-21net: hns: enet specifies a reference to dsafyankejian10-45/+42
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-21tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross2-9/+18
2016-01-21Merge branch 'fix-phy-ignore-interrupts'David S. Miller2-19/+29
2016-01-21net: bcmgenet: Properly configure PHY to ignore interruptFlorian Fainelli1-1/+1