aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-24/+27
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-1/+3
2012-09-27net: struct napi_struct fields reorderingEric Dumazet1-4/+2
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang1-0/+3
2012-09-19netdev: make address const in device address managementstephen hemminger1-14/+14
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-3/+0
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-0/+2
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+1
2012-08-22net: remove delay at device dismantleEric Dumazet1-1/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-0/+2
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-1/+2
2012-08-14net: remove netdev_bonding_change()Amerigo Wang1-2/+0
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-2/+1
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+2
2012-07-20net: honour netif_set_real_num_tx_queues() retvalJiri Pirko1-1/+6
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+3
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+1
2012-06-11net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-05-30netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches1-4/+4
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-1/+0
2012-05-18net: Remove netdevice ec_ptr, no longer used.David S. Miller1-1/+0
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-9/+0
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet1-0/+2
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend1-0/+2
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-0/+23
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-7/+7
2012-04-03net: fix /proc/net/dev regressionEric Dumazet1-2/+0
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-45/+72
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2012-03-19net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou1-1/+2
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+1
2012-03-12net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck1-16/+33
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-0/+1
2012-03-09net: Use bool in netdevice.h helpers.David S. Miller1-26/+26
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller1-1/+1
2012-03-05net: export netdev_stats_to_stats64Eric Dumazet1-0/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-1/+7
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie1-4/+4
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+5
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-0/+5
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh1-0/+26
2011-12-24rfs: better sizing of dev_flow_tableEric Dumazet1-4/+4
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-2/+2