summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-01-12net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-0/+3
2013-01-11net: Add support for XPS without sysfs being definedAlexander Duyck1-1/+0
2013-01-11net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck1-0/+13
2013-01-11net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-0/+1
2013-01-05net: kill dev->masterJiri Pirko1-4/+0
2013-01-05net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-5/+1
2013-01-05net: introduce upper device listsJiri Pirko1-0/+14
2013-01-04net: add address assign type "SET"Jiri Pirko1-0/+2
2012-12-30veth: reduce stat overheadEric Dumazet1-0/+1
2012-12-29net: add change_carrier netdev opJiri Pirko1-0/+12
2012-12-22net: devnet_rename_seq should be a seqcountEric Dumazet1-1/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+34
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+6
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet1-0/+3
2012-11-29core: make GRO methods static.Rami Rosen1-6/+0
2012-11-27sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley1-0/+2
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder1-1/+1
2012-11-16net: Remove code duplication between offload structuresVlad Yasevich1-3/+7
2012-11-16net: Switch to using the new packet offload infrustructureVlad Yasevich1-6/+0
2012-11-16net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+14
2012-10-31net: create generic bridge opsJohn Fastabend1-0/+10
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-31/+1
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-0/+3
2012-10-08net: gro: selective flush of packetsEric Dumazet1-6/+9
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-1/+0
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-24/+27
2012-10-02netlink: add attributes to fdb interfacestephen hemminger1-1/+3
2012-09-28net: struct napi_struct fields reorderingEric Dumazet1-4/+2
2012-09-20netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang1-0/+3
2012-09-20netdev: 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-06net: qdisc busylock needs lockdep annotationsEric Dumazet1-0/+2
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+1
2012-08-23net: remove delay at device dismantleEric Dumazet1-1/+1
2012-08-23Merge 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-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-1/+2
2012-08-15net: remove netdev_bonding_change()Amerigo Wang1-2/+0
2012-08-15net: 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-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+1
2012-06-12net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-05-31netdevice: 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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0