summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2012-10-02af_packet: don't emit packet on orig fanout groupEric Leblond
2012-10-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-04-03net: fix /proc/net/dev regressionEric Dumazet
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-19net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-03-12net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck
2012-03-09net: Use bool in netdevice.h helpers.David S. Miller
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller
2012-03-05net: export netdev_stats_to_stats64Eric Dumazet
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh
2011-12-24rfs: better sizing of dev_flow_tableEric Dumazet
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller
2011-12-13net: Remove unused neighbour layer ops.David S. Miller
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-01net: Make ndo_neigh_destroy return void.David S. Miller
2011-11-30neigh: Add device constructor/destructor capability.David Miller
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller
2011-11-29bql: Byte queue limitsTom Herbert
2011-11-29net: Add netdev interfaces for recording sends/compTom Herbert
2011-11-29net: Add queue state xoff flag for stackTom Herbert
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-11-26net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-18net: Remove LL_ALLOCATED_SPACEHerbert Xu
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny
2011-11-16net: verify GSO flag bits against netdev featuresMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: split netdev features to separate headerMichał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds