summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-19various: Fix spelling of "registered" in comments.Adam Buchbinder
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet
2012-10-08net: gro: selective flush of packetsEric Dumazet
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-27net: struct napi_struct fields reorderingEric Dumazet
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet
2012-08-24net: Set device operstate at registration timeBen Hutchings
2012-08-22net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-14net: remove netdev_bonding_change()Amerigo Wang
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-07-20net: honour netif_set_real_num_tx_queues() retvalJiri Pirko
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-06-11net: keep name_hlist close to nameEric Dumazet
2012-05-30netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches
2012-05-19net: napi_frags_skb() is staticEric Dumazet
2012-05-18net: Remove netdevice ec_ptr, no longer used.David S. Miller
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
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