Age | Commit message (Expand) | Author | Files | Lines |
2019-11-05 | net_sched: do not export gnet_stats_basic_packed to uapi | Eric Dumazet | 2 | -4/+6 |
2019-11-05 | Merge branch 'mv88e6xxx-ATU-occupancy-as-devlink-resource' | David S. Miller | 8 | -5/+312 |
2019-11-05 | net: dsa: mv88e6xxx: Add ATU occupancy via devlink resources | Andrew Lunn | 1 | -4/+186 |
2019-11-05 | net: dsa: mv88e6xxx: global1_atu: Add helper for get next | Andrew Lunn | 4 | -10/+9 |
2019-11-05 | net: dsa: mv88e6xxx: global2: Expose ATU stats register | Andrew Lunn | 2 | -1/+43 |
2019-11-05 | net: dsa: mv88e6xxx: Add number of MACs in the ATU | Andrew Lunn | 2 | -0/+31 |
2019-11-05 | net: dsa: Add support for devlink resources | Andrew Lunn | 2 | -0/+53 |
2019-11-05 | Merge branch 'net-dsa-bcm_sf2-Add-support-for-optional-reset-controller-line' | David S. Miller | 3 | -0/+28 |
2019-11-05 | net: dsa: bcm_sf2: Add support for optional reset controller line | Florian Fainelli | 2 | -0/+22 |
2019-11-05 | dt-bindings: net: Describe BCM7445 switch reset property | Florian Fainelli | 1 | -0/+6 |
2019-11-05 | Change in Openvswitch to support MPLS label depth of 3 in ingress direction | Martin Varghese | 4 | -33/+85 |
2019-11-05 | net: hns3: remove unused macros | Colin Ian King | 2 | -4/+0 |
2019-11-05 | vsock: Simplify '__vsock_release()' | Christophe JAILLET | 1 | -3/+1 |
2019-11-05 | net: dsa: Fix use after free in dsa_switch_remove() | Florian Fainelli | 1 | -1/+2 |
2019-11-05 | tc-testing: added tests with cookie for mpls TC action | Roman Mashak | 1 | -0/+145 |
2019-11-05 | Merge branch 'icmp-move-duplicate-code-in-helper-functions' | David S. Miller | 8 | -30/+35 |
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 |