Age | Commit message (Expand) | Author | Files | Lines |
2012-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+5 |
2012-01-10 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -2/+2 |
2012-01-10 | net: introduce netif_addr_lock_nested() and call if when appropriate | Jiri Pirko | 1 | -0/+5 |
2012-01-05 | netdev: FCoE: Add new ndo_get_fcoe_hbainfo() call | Neerav Parikh | 1 | -0/+26 |
2011-12-25 | rfs: better sizing of dev_flow_table | Eric Dumazet | 1 | -4/+4 |
2011-12-22 | percpu: Remove irqsafe_cpu_xxx variants | Christoph Lameter | 1 | -2/+2 |
2011-12-20 | Revert "net: Remove unused neighbour layer ops." | David S. Miller | 1 | -0/+1 |
2011-12-14 | net: Remove unused neighbour layer ops. | David S. Miller | 1 | -1/+0 |
2011-12-09 | vlan: introduce vid list with reference counting | Jiri Pirko | 1 | -2/+1 |
2011-12-09 | net: make vlan ndo_vlan_rx_[add/kill]_vid return error value | Jiri Pirko | 1 | -4/+4 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2011-12-01 | net: Make ndo_neigh_destroy return void. | David S. Miller | 1 | -1/+1 |
2011-12-01 | neigh: Add device constructor/destructor capability. | David Miller | 1 | -0/+2 |
2011-12-01 | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 1 | -0/+1 |
2011-11-29 | bql: Byte queue limits | Tom Herbert | 1 | -1/+31 |
2011-11-29 | net: Add netdev interfaces for recording sends/comp | Tom Herbert | 1 | -0/+28 |
2011-11-29 | net: Add queue state xoff flag for stack | Tom Herbert | 1 | -11/+30 |
2011-11-29 | net: Fix corruption in /proc/*/net/dev_mcast | Anton Blanchard | 1 | -0/+2 |
2011-11-26 | net: Use IS_ENABLED() in netdevice.h as appropriate | Ben Hutchings | 1 | -10/+8 |
2011-11-26 | dsa: Allow core and drivers to be built as modules | Ben Hutchings | 1 | -1/+1 |
2011-11-26 | dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions | Ben Hutchings | 1 | -1/+1 |
2011-11-23 | net: add network priority cgroup infrastructure (v4) | Neil Horman | 1 | -0/+4 |
2011-11-18 | net: Remove LL_ALLOCATED_SPACE | Herbert Xu | 1 | -5/+0 |
2011-11-18 | net: use jump_label to shortcut RPS if not setup | Eric Dumazet | 1 | -0/+5 |
2011-11-17 | net: new counter for tx_timeout errors in sysfs | david decotigny | 1 | -2/+10 |
2011-11-17 | net: verify GSO flag bits against netdev features | Michał Mirosław | 1 | -0/+9 |
2011-11-17 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -18/+23 |
2011-11-17 | net: split netdev features to separate header | Michał Mirosław | 1 | -78/+2 |
2011-11-17 | net: remove legacy ethtool ops | Michał Mirosław | 1 | -16/+0 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -17/+17 |
2011-10-25 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2011-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -7/+9 |
2011-10-17 | if_link: Add additional parameter to IFLA_VF_INFO for spoof checking | Greg Rose | 1 | -0/+3 |
2011-09-16 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 1 | -3/+0 |
2011-08-29 | net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is en... | Bhanu Prakash Gollapudi | 1 | -0/+4 |
2011-08-25 | PM QoS: Minor clean-ups | Jean Pihet | 1 | -1/+1 |
2011-08-25 | PM QoS: Move and rename the implementation files | Jean Pihet | 1 | -1/+1 |
2011-08-23 | dynamic_debug: make netif_dbg() call __netdev_printk() | Jason Baron | 1 | -3/+1 |
2011-08-23 | dynamic_debug: make netdev_dbg() call __netdev_printk() | Jason Baron | 1 | -2/+4 |
2011-08-18 | net: remove ndo_set_multicast_list callback | Jiri Pirko | 1 | -4/+0 |
2011-08-18 | net: introduce IFF_UNICAST_FLT private flag | Jiri Pirko | 1 | -0/+2 |
2011-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+5 |
2011-07-27 | gro: Only reset frag0 when skb can be pulled | Herbert Xu | 1 | -1/+4 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-26 | notifiers: net: move netdevice notifiers into netdevice.h | Amerigo Wang | 1 | -3/+33 |
2011-07-26 | net: Convert struct net_device uc_promisc to bool | Joe Perches | 1 | -1/+1 |
2011-07-22 | net: Kobj and queues_kset should be used when CONFIG_XPS is enabled | Choi, Jong-Hwan | 1 | -2/+2 |
2011-07-22 | vlan: kill ndo_vlan_rx_register | Jiri Pirko | 1 | -8/+0 |
2011-07-22 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -6/+0 |
2011-07-17 | neigh: Kill hh_cache->hh_output | David S. Miller | 1 | -1/+0 |