Age | Commit message (Expand) | Author | Files | Lines |
2019-11-05 | icmp: remove duplicate code | Matteo Croce | 6 | -30/+6 |
2019-11-05 | icmp: add helpers to recognize ICMP error packets | Matteo Croce | 2 | -0/+29 |
2019-11-05 | Merge branch 'netvsc-RSS-related-patches' | David S. Miller | 3 | -5/+15 |
2019-11-05 | hv_netvsc: record hardware hash in skb | Stephen Hemminger | 3 | -1/+12 |
2019-11-05 | hv_netvsc: flag software created hash value | Stephen Hemminger | 1 | -4/+3 |
2019-11-05 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 16 | -1150/+3553 |
2019-11-05 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 13 | -10/+118 |
2019-11-04 | i40e: implement VF stats NDO | Jesse Brandeburg | 3 | -0/+51 |
2019-11-04 | i40e: enable X710 support | Alice Michael | 1 | -0/+2 |
2019-11-04 | ixgbe: protect TX timestamping from API misuse | Manjunath Patil | 1 | -1/+2 |
2019-11-04 | fm10k: update driver version to match out-of-tree | Jacob Keller | 1 | -1/+1 |
2019-11-04 | ixgbe: Make use of cpumask_local_spread to improve RSS locality | Alexander Duyck | 1 | -5/+3 |
2019-11-04 | fm10k: add support for ndo_get_vf_stats operation | Jacob Keller | 5 | -0/+56 |
2019-11-04 | fm10k: add missing field initializers to TLV attributes) | Jacob Keller | 1 | -3/+3 |
2019-11-04 | ice: allow 3k MTU for XDP | Maciej Fijalkowski | 1 | -2/+14 |
2019-11-04 | ice: add build_skb() support | Maciej Fijalkowski | 1 | -1/+59 |
2019-11-04 | ice: introduce frame padding computation logic | Maciej Fijalkowski | 5 | -20/+114 |
2019-11-04 | ice: introduce legacy Rx flag | Maciej Fijalkowski | 5 | -25/+63 |
2019-11-04 | ice: Add support for AF_XDP | Krzysztof Kazimierczak | 11 | -27/+1456 |
2019-11-04 | ice: Move common functions to ice_txrx_lib.c | Krzysztof Kazimierczak | 5 | -312/+334 |
2019-11-04 | bpf: re-fix skip write only files in debugfs | Daniel Borkmann | 1 | -1/+4 |
2019-11-04 | net: ethernet: stmmac: drop unused variable in stm32mp1_set_mode() | Christophe Roullier | 1 | -3/+3 |
2019-11-04 | net: sgi: ioc3-eth: ensure tx ring is 16k aligned. | Thomas Bogendoerfer | 1 | -6/+10 |
2019-11-04 | net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMA | Christoph Hellwig | 1 | -3/+1 |
2019-11-04 | net: sgi: ioc3-eth: simplify setting the DMA mask | Christoph Hellwig | 1 | -20/+7 |
2019-11-04 | net: sgi: ioc3-eth: fix usage of GFP_* flags | Christoph Hellwig | 1 | -2/+2 |
2019-11-04 | net: sgi: ioc3-eth: don't abuse dma_direct_* calls | Christoph Hellwig | 1 | -14/+11 |
2019-11-04 | ipv6: use jhash2() in rt6_exception_hash() | Eric Dumazet | 1 | -2/+2 |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 53 | -149/+201 |
2019-11-04 | net: bridge: fdb: eliminate extra port state tests from fast-path | Nikolay Aleksandrov | 3 | -5/+9 |
2019-11-04 | ice: Add support for XDP | Maciej Fijalkowski | 8 | -57/+825 |
2019-11-04 | ice: get rid of per-tc flow in Tx queue configuration routines | Maciej Fijalkowski | 3 | -49/+47 |
2019-11-04 | ice: Introduce ice_base.c | Anirudh Venkataramanan | 10 | -827/+811 |
2019-11-03 | Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 25 | -359/+393 |
2019-11-03 | mISDN: remove unused variable 'faxmodulation_s' | YueHaibing | 1 | -1/+0 |
2019-11-03 | ptp: Add a ptp clock driver for IDT ClockMatrix. | Vincent Cheng | 5 | -0/+2201 |
2019-11-03 | dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock | Vincent Cheng | 1 | -0/+69 |
2019-11-03 | net: icmp6: provide input address for traceroute6 | Francesco Ruggeri | 1 | -5/+17 |
2019-11-03 | tipc: improve message bundling algorithm | Tuong Lien | 3 | -104/+113 |
2019-11-03 | net: icmp: use input address in traceroute | Francesco Ruggeri | 1 | -1/+2 |
2019-11-03 | Merge branch 'optimize-openvswitch-flow-looking-up' | David S. Miller | 4 | -105/+361 |
2019-11-03 | net: openvswitch: simplify the ovs_dp_cmd_new | Tonghao Zhang | 1 | -22/+38 |
2019-11-03 | net: openvswitch: don't unlock mutex when changing the user_features fails | Tonghao Zhang | 1 | -1/+1 |
2019-11-03 | net: openvswitch: fix possible memleak on destroy flow-table | Tonghao Zhang | 1 | -88/+98 |
2019-11-03 | net: openvswitch: add likely in flow_lookup | Tonghao Zhang | 1 | -2/+2 |
2019-11-03 | net: openvswitch: simplify the flow_hash | Tonghao Zhang | 1 | -5/+2 |
2019-11-03 | net: openvswitch: optimize flow-mask looking up | Tonghao Zhang | 1 | -51/+53 |
2019-11-03 | net: openvswitch: optimize flow mask cache hash collision | Tonghao Zhang | 1 | -42/+53 |
2019-11-03 | net: openvswitch: shrink the mask array if necessary | Tonghao Zhang | 1 | -10/+23 |
2019-11-03 | net: openvswitch: convert mask list in mask array | Tonghao Zhang | 3 | -51/+167 |