- 4b02b58 hv_netvsc: change member name of struct netvsc_stats by sixiao@microsoft.com · 10 years ago
- 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
- 5d48ef3 Merge branch 'tcp_mem_pressure' by David S. Miller · 10 years ago
- b66e91c tcp: halves tcp_mem[] limits by Eric Dumazet · 10 years ago
- 76dfa60 tcp: allow one skb to be received per socket under memory pressure by Eric Dumazet · 10 years ago
- 8e4d980 tcp: fix behavior for epoll edge trigger by Eric Dumazet · 10 years ago
- b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
- a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 10 years ago
- 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
- 4633c9e net-packet: fix null pointer exception in rollover mode by Willem de Bruijn · 10 years ago
- c91d460 net: fix two sparse errors by Eric Dumazet · 10 years ago
- ba6d056 netfilter: synproxy: fix sparse errors by Eric Dumazet · 10 years ago
- 252a8fb ipip: fix one sparse error by Eric Dumazet · 10 years ago
- d53a2aa net: fix sparse error in csum_replace4() by Eric Dumazet · 10 years ago
- 3e2186e net: phy: Add state machine state transitions debug prints by Florian Fainelli · 10 years ago
- 4133fc0 rocker: fix a neigh entry leak issue by Ying Xue · 10 years ago
- 54eac85 Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
- fc7aabf amd-xgbe: Remove manual check and set of dma_mask pointer by Lendacky, Thomas · 10 years ago
- c1ce2f7 amd-xgbe: Fix flow control setting logic by Lendacky, Thomas · 10 years ago
- 34bfff4 amd-xgbe: Support defining PHY resources in ETH device node by Lendacky, Thomas · 10 years ago
- 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 10 years ago
- 7d9ca34 amd-xgbe: Rework the Rx path SKB allocation by Lendacky, Thomas · 10 years ago
- 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 10 years ago
- 5452b2d amd-xgbe: Add additional stats to be reported via ethtool by Lendacky, Thomas · 10 years ago
- 6eaf9d1 Merge branch 'stmmac-platform-glue' by David S. Miller · 10 years ago
- 50649ab stmmac: drop driver from stmmac platform code by Joachim Eastwood · 10 years ago
- 4198b7d stmmac: convert dwmac-sunxi to platform driver by Joachim Eastwood · 10 years ago
- 2a32179 stmmac: convert dwmac-sti to platform driver by Joachim Eastwood · 10 years ago
- c7c52ae stmmac: convert dwmac-socfpga to platform driver by Joachim Eastwood · 10 years ago
- e0fb401 stmmac: convert dwmac-rk to platform driver by Joachim Eastwood · 10 years ago
- 40e6b0b stmmac: convert dwmac-meson to platform driver by Joachim Eastwood · 10 years ago
- 69bdd2d stmmac: convert dwmac-lpc18xx to a platform driver by Joachim Eastwood · 10 years ago
- ba25020 stmmac: add a generic dwmac driver by Joachim Eastwood · 10 years ago
- 902b160 stmmac: prepare stmmac platform to support stand alone drivers by Joachim Eastwood · 10 years ago
- f8cff12 doc: dt: add documentation for nxp,lpc1850-dwmac by Joachim Eastwood · 10 years ago
- d58617e stmmac: add dwmac glue for NXP 18xx/43xx family by Joachim Eastwood · 10 years ago
- 7eafd9b hv_netvsc: use per_cpu stats to calculate TX/RX data by sixiao@microsoft.com · 10 years ago
- 56cbaa4 test_bpf: fix sparse warnings by Michael Holzheu · 10 years ago
- 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 10 years ago
- 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
- ef7f3a5 mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask by Bert Vermeulen · 10 years ago
- a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 10 years ago
- 264ea10 tcp: syncookies: extend validity range by Eric Dumazet · 10 years ago
- c24a596 ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 by Alexander Duyck · 10 years ago
- 54d7c01 packet: fix warnings in rollover lock contention by Willem de Bruijn · 10 years ago
- 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 10 years ago
- 7852dad Merge branch 'phy_turn_around' by David S. Miller · 10 years ago
- ea48b2b net: phy: mdio-gpio: Handle phy_ignore_ta_mask by Florian Fainelli · 10 years ago
- ab6016e of: mdio: Add a "broken-turn-around" property by Florian Fainelli · 10 years ago
- 922f2dd net: phy: Add phy_ignore_ta_mask to account for broken turn-around by Florian Fainelli · 10 years ago
- fa787ae tipc: use sock_create_kern interface to create kernel socket by Ying Xue · 10 years ago
- dd3aa3b cls_flower: Fix compile error by Brian Haley · 10 years ago
- b55b10b Merge branch 'tipc-next' by David S. Miller · 10 years ago
- dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 10 years ago
- f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 10 years ago
- cd4eee3 tipc: simplify link supervision checkpointing by Jon Paul Maloy · 10 years ago
- a97b9d3 tipc: rename fields in struct tipc_link by Jon Paul Maloy · 10 years ago
- e4bf4f7 tipc: simplify packet sequence number handling by Jon Paul Maloy · 10 years ago
- a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 10 years ago
- 75b44b0 tipc: simplify link timer handling by Jon Paul Maloy · 10 years ago
- b1c29f6 tipc: simplify resetting and disabling of bearers by Jon Paul Maloy · 10 years ago
- c16ead7 Merge branch 'be2net-next' by David S. Miller · 10 years ago
- 760c295 be2net: Support for OS2BMC. by Venkata Duvvuru · 10 years ago
- 954f682 be2net: Report a "link down" to the stack when a fatal error or fw reset happens. by Venkata Duvvuru · 10 years ago
- 29e9122 be2net: Export board temperature using hwmon-sysfs interface. by Venkata Duvvuru · 10 years ago
- 5a99e7f Merge branch 'nf-ingress' by David S. Miller · 10 years ago
- e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 10 years ago
- 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
- b8d0aad netfilter: add nf_hook_list_active() by Pablo Neira · 10 years ago
- f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 10 years ago
- 87d5c18 netfilter: cleanup struct nf_hook_ops indentation by Pablo Neira · 10 years ago
- a104a6b net: macb: OR vs AND typos by Dan Carpenter · 10 years ago
- a080e7b net: Reserve skb headroom and set skb->dev even if using __alloc_skb by Alexander Duyck · 10 years ago
- 59af132 Merge branch 'geneve_tunnel_driver' by David S. Miller · 10 years ago
- 2d07dc7 geneve: add initial netdev driver for GENEVE tunnels by John W. Linville · 10 years ago
- d37d29c geneve_core: identify as driver library in modules description by John W. Linville · 10 years ago
- 11e1fa4 geneve: Rename support library as geneve_core by John W. Linville · 10 years ago
- 35d32e8 geneve: move definition of geneve_hdr() to geneve.h by John W. Linville · 10 years ago
- 125907a geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c by John W. Linville · 10 years ago
- f0b5e8a4 net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset by Pablo Neira · 10 years ago
- 9f0a74d Merge branch 'packet_rollover' by David S. Miller · 10 years ago
- a9b6391 packet: rollover statistics by Willem de Bruijn · 10 years ago
- 3b3a5b0 packet: rollover huge flows before small flows by Willem de Bruijn · 10 years ago
- 2ccdbaa packet: rollover lock contention avoidance by Willem de Bruijn · 10 years ago
- 9954729 packet: rollover only to socket with headroom by Willem de Bruijn · 10 years ago
- 0648ab7 packet: rollover prepare: per-socket state by Willem de Bruijn · 10 years ago
- ad377ca packet: rollover prepare: move code out of callsites by Willem de Bruijn · 10 years ago
- 7d771aa ipv4: __ip_local_out_sk() is static by Eric Dumazet · 10 years ago
- 216f8bb tcp/dccp: tw_timer_handler() is static by Eric Dumazet · 10 years ago
- dd58c63 Merge branch 'cls_flower' by David S. Miller · 10 years ago
- 77b9900 tc: introduce Flower classifier by Jiri Pirko · 10 years ago
- 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
- 67a900c flow_dissector: introduce support for Ethernet addresses by Jiri Pirko · 10 years ago
- b924933 flow_dissector: introduce support for ipv6 addressses by Jiri Pirko · 10 years ago
- c3f8eae flow_dissector: add missing header includes by Jiri Pirko · 10 years ago
- 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
- fbff949 flow_dissector: introduce programable flow_dissector by Jiri Pirko · 10 years ago
- 0db89b8 flow_dissector: fix doc for skb_get_poff by Jiri Pirko · 10 years ago
- 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 10 years ago
- 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 10 years ago