- a21ee5b net: ifb: support ethtools stats by Tonghao Zhang · 3 years, 1 month ago
- 7444d70 ifb: fix building without CONFIG_NET_CLS_ACT by Arnd Bergmann · 3 years, 2 months ago
- 42df6e1 netfilter: Introduce egress hook by Lukas Wunner · 3 years, 3 months ago
- cf9207d ifb: remove leading spaces before tabs by Hui Tang · 3 years, 7 months ago
- 0826752 ifb: use new tasklet API by Emil Renner Berthing · 4 years ago
- ecb8fed net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE by Alexander Lobakin · 4 years, 2 months ago
- 2c64605 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build by Pablo Neira Ayuso · 4 years, 9 months ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b1d2e4e ifb: fix packets checksum by Jon Maxwell · 7 years ago
- 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
- e94cd81 net: remove MTU limits for dummy and ifb device by Zhang Shengju · 7 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- bc31c90 net-tc: convert tc_from to tc_from_ingress and tc_redirected by Willem de Bruijn · 8 years ago
- a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
- e7246e1 net-tc: extract skip classify bit from tc_verd by Willem de Bruijn · 8 years ago
- bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
- 7d945796 ifb: support more features by Eric Dumazet · 9 years ago
- 9e29e21a ifb: add multiqueue operation by Eric Dumazet · 9 years ago
- f40ae91 act_mirred: Fix bogus header when redirecting from VLAN by Herbert Xu · 10 years ago
- 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
- 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 8dd6e14 ifb: Remove vlan acceleration from vlan_features by Vlad Yasevich · 11 years ago
- 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
- 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
- f2966cd ifb: fix oops when loading the ifb failed by dingtianhong · 11 years ago
- 440d57b ifb: fix rcu_sched self-detected stalls by dingtianhong · 11 years ago
- 28d2b13 net: vlan: announce STAG offload capability in some drivers by Patrick McHardy · 12 years ago
- f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
- 73bf0d0 ifb: dont hard code inet_net use by Eric Dumazet · 12 years ago
- f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
- 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
- 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
- 3b0c9cb ifb: convert to 64 bit stats by stephen hemminger · 14 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
- 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
- 3998029 ifb: add performance flags by Eric Dumazet · 14 years ago
- 1a75972 ifb: use netif_receive_skb() instead of netif_rx() by Eric Dumazet · 14 years ago
- 7edc345 ifb: fix a lockdep splat by Eric Dumazet · 14 years ago
- 957fca9 ifb: use the lockless variants of skb_queue by Changli Gao · 14 years ago
- c635036 ifb: remove unused macro TX_TIMEOUT by Changli Gao · 14 years ago
- e1f9150 ifb: remove the useless debug stats by Changli Gao · 14 years ago
- 75c1c82 ifb: goto resched directly if error happens and dp->tq isn't empty by Changli Gao · 14 years ago
- 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
- 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
- 05e8689 ifb: RCU locking avoids touching dev refcount by Eric Dumazet · 15 years ago
- db51914 ifb: should not use __dev_get_by_index() without locks by Eric Dumazet · 15 years ago
- 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
- ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
- 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 16 years ago
- 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
- 8dfcdf3 ifb: convert to net_device_ops by Stephen Hemminger · 16 years ago
- c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
- 83874000 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
- e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
- 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
- dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
- 94833df [NET] ifb: set separate lockdep classes for queue locks by Jarek Poplawski · 17 years ago
- 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
- 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
- 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
- 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
- 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
- 9ba2cd6 [IFB]: Use rtnl_link API by Patrick McHardy · 18 years ago
- 62b7ffc [IFB]: Keep ifb devices on list by Patrick McHardy · 18 years ago
- c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 18 years ago
- bcdddfb Revert "net: ifb error path loop fix" by Linus Torvalds · 18 years ago
- 0c0b3ae net: ifb error path loop fix by Mariusz Kozlowski · 18 years ago
- 3136dcb [NET]: ifb double-counts packets by dean gaudet · 18 years ago
- 8057de6 [PATCH] pr_debug: ifb: replace missing comma to separate pr_debug arguments by Zach Brown · 18 years ago
- 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
- 4a9c74e [IFB] After ifb_init_one() failed, i is increased. Decrease by Nicolas Dichtel · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 19 years ago
- 35eaa31 [NET]: Increase default IFB device count. by Richard Lucassen · 19 years ago
- 253af42 [NET]: Add IFB (Intermediate Functional Block) network device. by Jamal Hadi Salim · 19 years ago