summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches2012-05-301-4/+4
* net: napi_frags_skb() is staticEric Dumazet2012-05-191-1/+0
* net: Remove netdevice ec_ptr, no longer used.David S. Miller2012-05-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-9/+0
|\
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-9/+0
* | net: make GRO aware of skb->head_fragEric Dumazet2012-04-301-0/+2
* | net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend2012-04-151-0/+2
* | net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-0/+23
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-7/+7
|/
* net: fix /proc/net/dev regressionEric Dumazet2012-04-031-2/+0
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+1
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \
| * | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-45/+72
|\ \
| * | net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou2012-03-191-1/+2
| * | net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck2012-03-121-16/+33
| * | net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-121-0/+1
| * | net: Use bool in netdevice.h helpers.David S. Miller2012-03-091-26/+26
| * | net: Use bool for return value of dev_valid_name().David S. Miller2012-03-061-1/+1
| * | net: export netdev_stats_to_stats64Eric Dumazet2012-03-051-0/+2
| * | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-1/+7
| |/
* | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-201-4/+4
|\ \
| * | dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie2012-01-241-4/+4
| |/
* / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-091-0/+5
|\
| * net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2012-01-091-0/+5
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-091-2/+2
|\ \ | |/ |/|
| * percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-2/+2
* | netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh2012-01-051-0/+26
* | rfs: better sizing of dev_flow_tableEric Dumazet2011-12-241-4/+4
* | Revert "net: Remove unused neighbour layer ops."David S. Miller2011-12-191-0/+1
* | net: Remove unused neighbour layer ops.David S. Miller2011-12-131-1/+0
* | vlan: introduce vid list with reference countingJiri Pirko2011-12-081-2/+1
* | net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-0/+2
|\|
| * net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-281-0/+2
* | net: Make ndo_neigh_destroy return void.David S. Miller2011-12-011-1/+1
* | neigh: Add device constructor/destructor capability.David Miller2011-11-301-0/+2
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+1
* | bql: Byte queue limitsTom Herbert2011-11-291-1/+31
* | net: Add netdev interfaces for recording sends/compTom Herbert2011-11-291-0/+28
* | net: Add queue state xoff flag for stackTom Herbert2011-11-291-11/+30
* | net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings2011-11-261-10/+8
* | dsa: Allow core and drivers to be built as modulesBen Hutchings2011-11-261-1/+1
* | dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-261-1/+1
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-221-0/+4
* | net: Remove LL_ALLOCATED_SPACEHerbert Xu2011-11-181-5/+0
* | net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-171-0/+5
* | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-161-2/+10