aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2015-11-20Merge branch 'bnx2x-stats'David S. Miller1-5/+4
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20Merge branch 'ppp-kill-zombie-state'David S. Miller3-24/+5
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault3-4/+3
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault1-20/+2
2015-11-20Merge branch 'mlxsw-vlan'David S. Miller1-45/+84
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel1-15/+46
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel1-24/+34
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel1-10/+8
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann1-1/+21
2015-11-20net: encx24j600: move rev announcement to probe functionJon Ringle1-12/+12
2015-11-18Merge branch 'net-generic-busy-polling'David S. Miller41-507/+171
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet14-20/+16
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet2-5/+10
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet2-1/+5
2015-11-18net: add netif_tx_napi_add()Eric Dumazet12-16/+38
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet13-16/+4
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-18mlx5: support napi_complete_done()Eric Dumazet3-14/+13
2015-11-18mlx5: add busy polling supportEric Dumazet2-0/+8
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet3-55/+49
2015-11-18mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet1-5/+7
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2-20/+16
2015-11-18be2net: remove local variable 'status'Ivan Vecera1-4/+2
2015-11-18net: hisilicon: fix binding document of mdiohuangdaode1-1/+6
2015-11-18net ipv4: use preferred log methodsBastian Stender4-59/+44
2015-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds29-278/+247
2015-11-18Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-11/+14
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds84-3650/+1036
2015-11-17MAINTAINERS: Update Mellanox's Eth NIC driver entriesOr Gerlitz1-1/+9
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn1-0/+3
2015-11-17phy: marvell: Add support for 88E1540 PHYAndrew Lunn2-0/+17
2015-11-17arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi1-5/+39
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca1-0/+2
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca1-1/+1
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca1-5/+7
2015-11-17Merge branch 'vlan-reorder'David S. Miller3-2/+10
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2-1/+8
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2