Age | Commit message (Expand) | Author | Files | Lines |
2012-04-04 | net: fix /proc/net/dev regression | Eric Dumazet | 1 | -2/+0 |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -45/+72 |
2012-03-20 | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
2012-03-20 | net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gso | Yi Zou | 1 | -1/+2 |
2012-03-16 | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 1 | -1/+1 |
2012-03-13 | net: Add memory barriers to prevent possible race in byte queue limits | Alexander Duyck | 1 | -16/+33 |
2012-03-13 | net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state | Alexander Duyck | 1 | -0/+1 |
2012-03-10 | net: Use bool in netdevice.h helpers. | David S. Miller | 1 | -26/+26 |
2012-03-07 | net: Use bool for return value of dev_valid_name(). | David S. Miller | 1 | -1/+1 |
2012-03-06 | net: export netdev_stats_to_stats64 | Eric Dumazet | 1 | -0/+2 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-02-24 | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 1 | -1/+7 |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 1 | -2/+2 |
2012-01-25 | dynamic_debug: make dynamic-debug supersede DEBUG ccflag | Jim Cromie | 1 | -4/+4 |
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 |