summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells1-0/+4
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells4-8/+80
2016-09-22cxgb4: Convert to use simple_open()Wei Yongjun1-7/+1
2016-09-22net: dsa: qca8k: use mdio_module_driver to simplify the codeWei Yongjun1-13/+1
2016-09-22net: dsa: qca8k: fix non static symbol warningWei Yongjun1-1/+1
2016-09-22Merge branch 'sctp-align'David S. Miller11-45/+46
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner1-3/+4
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner11-42/+42
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-15/+51
2016-09-22Merge branch 'mlx5e-xdp'David S. Miller6-263/+757
2016-09-22net/mlx5e: XDP TX xmit moreSaeed Mahameed2-8/+25
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed6-36/+304
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed5-64/+120
2016-09-22net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout4-2/+130
2016-09-22net/mlx5e: Dynamic RQ type infrastructureSaeed Mahameed1-42/+50
2016-09-22net/mlx5e: Slightly reduce hardware LRO sizeSaeed Mahameed1-2/+5
2016-09-22net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed3-26/+30
2016-09-22net/mlx5e: Build RX SKB on demandSaeed Mahameed3-123/+133
2016-09-22Merge tag 'linux-can-fixes-for-4.8-20160921' of git://git.kernel.org/pub/scm/...David S. Miller1-1/+10
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet1-25/+47
2016-09-22MAINTAINERS: Update b44 maintainer.Michael Chan1-1/+1
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-22Merge branch 'mv88e6390-prep'David S. Miller2-220/+213
2016-09-22net: dsa: mv88e6xxx: Convert flag bits to unsigned long longAndrew Lunn1-31/+31
2016-09-22net: dsa: mv88e6xxx: Add helper for accessing port registersAndrew Lunn2-189/+182
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre9-14/+19
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-47/+58
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes3-33/+24
2016-09-22net: ethernet: mediatek: fix missing changes merged for conflicts overlapping...Sean Wang1-3/+1
2016-09-22net/mlx4_core: Fix to clean devlink resourcesKamal Heib1-0/+3
2016-09-22Merge branch 'cxgb4-tc-offload'David S. Miller9-284/+1720
2016-09-22cxgb4: add support for drop and redirect actionsRahul Lakkireddy1-0/+71
2016-09-22cxgb4: add support for offloading u32 filtersRahul Lakkireddy6-2/+525
2016-09-22cxgb4: add parser to translate u32 filters to internal specRahul Lakkireddy1-0/+282
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy5-34/+512
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy5-264/+346
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani1-4/+2
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani1-6/+4
2016-09-22Merge branch 'vlan_act_modify'David S. Miller4-3/+35
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani2-1/+29
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani2-2/+6
2016-09-21Merge branch 'mlx4-next'David S. Miller4-28/+39
2016-09-21net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2-6/+19
2016-09-21net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky1-9/+5
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib1-1/+1
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan1-12/+14
2016-09-21Merge tag 'wireless-drivers-for-davem-2016-09-20' of git://git.kernel.org/pub...David S. Miller1-10/+9
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells4-4/+131
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells3-12/+32
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells6-88/+71