summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner2016-09-221-3/+4
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-2211-42/+42
* Merge branch 'mlx5e-xdp'David S. Miller2016-09-226-263/+757
|\
| * net/mlx5e: XDP TX xmit moreSaeed Mahameed2016-09-222-8/+25
| * net/mlx5e: XDP TX forwarding supportSaeed Mahameed2016-09-226-36/+304
| * net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed2016-09-225-64/+120
| * net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout2016-09-224-2/+130
| * net/mlx5e: Dynamic RQ type infrastructureSaeed Mahameed2016-09-221-42/+50
| * net/mlx5e: Slightly reduce hardware LRO sizeSaeed Mahameed2016-09-221-2/+5
| * net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed2016-09-223-26/+30
| * net/mlx5e: Build RX SKB on demandSaeed Mahameed2016-09-223-123/+133
|/
* tcp: implement TSQ for retransmitsEric Dumazet2016-09-221-25/+47
* Merge branch 'mv88e6390-prep'David S. Miller2016-09-222-220/+213Star
|\
| * net: dsa: mv88e6xxx: Convert flag bits to unsigned long longAndrew Lunn2016-09-221-31/+31
| * net: dsa: mv88e6xxx: Add helper for accessing port registersAndrew Lunn2016-09-222-189/+182Star
|/
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-229-14/+19
* net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-221-47/+58
* net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-223-33/+24Star
* net: ethernet: mediatek: fix missing changes merged for conflicts overlapping...Sean Wang2016-09-221-3/+1Star
* Merge branch 'cxgb4-tc-offload'David S. Miller2016-09-229-284/+1720
|\
| * cxgb4: add support for drop and redirect actionsRahul Lakkireddy2016-09-221-0/+71
| * cxgb4: add support for offloading u32 filtersRahul Lakkireddy2016-09-226-2/+525
| * cxgb4: add parser to translate u32 filters to internal specRahul Lakkireddy2016-09-221-0/+282
| * cxgb4: add common api support for configuring filtersRahul Lakkireddy2016-09-225-34/+512
| * cxgb4: move common filter code to separate fileRahul Lakkireddy2016-09-225-264/+346
|/
* net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2Star
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4Star
* Merge branch 'vlan_act_modify'David S. Miller2016-09-224-3/+35
|\
| * net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani2016-09-222-1/+29
| * net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-222-2/+6
|/
* Merge branch 'mlx4-next'David S. Miller2016-09-224-28/+39
|\
| * net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2016-09-222-6/+19
| * net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky2016-09-221-9/+5Star
| * net/mlx4_en: Fix wrong indentationKamal Heib2016-09-221-1/+1
| * net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan2016-09-221-12/+14
|/
* Merge branch 'bpf-hw-offload'David S. Miller2016-09-2218-219/+3392
|\
| * nfp: bpf: add offload of TC direct action modeJakub Kicinski2016-09-224-2/+82
| * nfp: bpf: add support for legacy redirect actionJakub Kicinski2016-09-223-0/+7
| * net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-221-0/+8
| * nfp: bpf: add packet marking supportJakub Kicinski2016-09-226-22/+101
| * nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-224-0/+97
| * net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-222-0/+12
| * nfp: bpf: add hardware bpf offloadJakub Kicinski2016-09-225-7/+324
| * nfp: add BPF to NFP code translatorJakub Kicinski2016-09-225-0/+2333
| * bpf: recognize 64bit immediate loads as constsJakub Kicinski2016-09-221-2/+12
| * bpf: enable non-core use of the verfierJakub Kicinski2016-09-222-0/+79
| * bpf: expose internal verfier structuresJakub Kicinski2016-09-222-163/+182
| * bpf: don't (ab)use instructions to store stateJakub Kicinski2016-09-221-30/+40
| * net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-221-9/+25
| * net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-223-2/+22