Age | Commit message (Expand) | Author | Files | Lines |
2017-01-02 | net: stmmac: remove unused duplicate property snps,axi_all | Niklas Cassel | 3 | -3/+0 |
2017-01-01 | Merge branch 'qed-driver-updates' | David S. Miller | 59 | -2777/+4443 |
2017-01-01 | qed*: Advance driver versions to 8.10.10.20. | Mintz, Yuval | 2 | -2/+2 |
2017-01-01 | qed: Conserve RDMA resources when !QEDR | Ram Amrani | 1 | -1/+3 |
2017-01-01 | qed: Support Multicast on Tx-switching | Mintz, Yuval | 1 | -2/+5 |
2017-01-01 | qed*: Add support for ndo_set_vf_trust | Mintz, Yuval | 5 | -8/+162 |
2017-01-01 | qed*: RSS indirection based on queue-handles | Mintz, Yuval | 9 | -265/+392 |
2017-01-01 | qede: Remove unnecessary datapath dereference | Mintz, Yuval | 1 | -1/+1 |
2017-01-01 | qede - mark SKB as encapsulated | Manish Chopra | 1 | -1/+3 |
2017-01-01 | qede: Postpone reallocation until NAPI end | Mintz, Yuval | 3 | -7/+26 |
2017-01-01 | qed*: Change maximal number of queues | Mintz, Yuval | 3 | -8/+37 |
2017-01-01 | qede: Split filtering logic to its own file | Mintz, Yuval | 4 | -655/+710 |
2017-01-01 | qede: Break datapath logic into its own file | Mintz, Yuval | 4 | -1637/+1686 |
2017-01-01 | qed*: Update to dual-license | Mintz, Yuval | 56 | -223/+1449 |
2016-12-30 | net: 3com: typhoon: typhoon_init_one: make return values more specific | Thomas Preisner | 1 | -8/+8 |
2016-12-30 | net: 3com: typhoon: typhoon_init_one: fix incorrect return values | Thomas Preisner | 1 | -3/+6 |
2016-12-30 | net: Allow IP_MULTICAST_IF to set index to L3 slave | David Ahern | 2 | -5/+18 |
2016-12-29 | liquidio: optimize reads from Octeon PCI console | Felix Manlunas | 4 | -8/+39 |
2016-12-29 | net: dsa: Implement ndo_get_phys_port_id | Florian Fainelli | 1 | -0/+12 |
2016-12-29 | net: dev_weight: TX/RX orthogonality | Matthias Tafelmeier | 5 | -4/+62 |
2016-12-29 | stmmac: adding EEE to GMAC4 | jpinto | 2 | -0/+71 |
2016-12-29 | sctp: refactor sctp_datamsg_from_user | Marcelo Ricardo Leitner | 1 | -75/+32 |
2016-12-29 | Merge branch 'bnxt_en-updates' | David S. Miller | 6 | -233/+388 |
2016-12-29 | MAINTAINERS: Add bnxt_en maintainer info. | Michael Chan | 1 | -0/+6 |
2016-12-29 | bnxt_en: Handle no aggregation ring gracefully. | Michael Chan | 2 | -4/+22 |
2016-12-29 | bnxt_en: Set default completion ring for async events. | Michael Chan | 1 | -0/+30 |
2016-12-29 | bnxt_en: Implement new scheme to reserve tx rings. | Michael Chan | 4 | -3/+83 |
2016-12-29 | bnxt_en: Add IPV6 hardware RFS support. | Michael Chan | 2 | -19/+66 |
2016-12-29 | bnxt_en: Assign additional vnics to VFs. | Michael Chan | 1 | -1/+4 |
2016-12-29 | bnxt_en: Add new hardware RFS mode. | Michael Chan | 2 | -1/+27 |
2016-12-29 | bnxt_en: Refactor code that determines RFS capability. | Michael Chan | 1 | -5/+33 |
2016-12-29 | bnxt_en: Add function to get vnic capability. | Michael Chan | 3 | -0/+57 |
2016-12-29 | bnxt_en: Refactor TPA code path. | Michael Chan | 1 | -1/+2 |
2016-12-29 | bnxt_en: Fix and clarify link_info->advertising. | Michael Chan | 3 | -5/+6 |
2016-12-29 | bnxt_en: Improve the IRQ disable sequence during shutdown. | Michael Chan | 1 | -43/+46 |
2016-12-29 | bnxt_en: Use napi_complete_done() | Michael Chan | 1 | -2/+3 |
2016-12-29 | bnxt_en: Remove busy poll logic in the driver. | Michael Chan | 2 | -149/+3 |
2016-12-29 | drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistake | Colin Ian King | 2 | -2/+2 |
2016-12-29 | ipv6: remove unnecessary inet6_sk check | Dave Jones | 1 | -7/+0 |
2016-12-29 | stmmac: enable rx queues | jpinto | 5 | -0/+56 |
2016-12-29 | ipv4: Namespaceify tcp_max_syn_backlog knob | Haishuang Yan | 7 | -18/+16 |
2016-12-29 | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob | Haishuang Yan | 12 | -50/+48 |
2016-12-29 | net: Use kmemdup instead of kmalloc and memcpy | Shyam Saini | 1 | -2/+1 |
2016-12-29 | fddi: skfp: Use more common logging styles | Joe Perches | 12 | -237/+232 |
2016-12-29 | skfp: hwmtm: Use proper logging macros, correct mismatches | Joe Perches | 2 | -94/+106 |
2016-12-28 | sctp: add pr_debug for tracking asocs not found | Marcelo Ricardo Leitner | 1 | -2/+15 |
2016-12-28 | driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rx | Gao Feng | 1 | -3/+0 |
2016-12-28 | driver: ipvlan: Define common functions to decrease duplicated codes used to ... | Gao Feng | 1 | -39/+29 |
2016-12-28 | Merge branch 'sctp-cleanups' | David S. Miller | 5 | -96/+81 |
2016-12-28 | sctp: sctp_chunk_length_valid should return bool | Marcelo Ricardo Leitner | 1 | -8/+7 |