[NET]: Add macvlan driver
[safe/jmp/linux-2.6] / include / linux / netdevice.h
2007-07-15 Patrick McHardy[NET]: Add macvlan driver
2007-07-15 Patrick McHardy[NET]: dev_mcast: add multicast list synchronization...
2007-07-15 Patrick McHardy[NET]: Add net_device change_rx_mode callback
2007-07-12 Olaf Kirch[NET]: Fix races in net_rx_action vs netpoll.
2007-07-11 Patrick McHardy[NET]: Fix secondary unicast/multicast address count...
2007-07-11 Peter P Waskiewicz Jr[CORE] Stack changes to add multiqueue hardware support API
2007-07-11 Patrick McHardy[NET]: dev: secondary unicast address support
2007-07-11 Patrick McHardy[NET]: dev_mcast: switch to generic net_device address...
2007-07-11 Patrick McHardy[NET]: dev: introduce generic net_device address lists
2007-07-11 Stephen Hemminger[NET]: IPV6 checksum offloading in network devices
2007-07-11 Patrick McHardy[RTNETLINK]: Link creation API
2007-07-11 Patrick McHardy[NET]: Mark struct net_device * argument to netdev_priv...
2007-05-31 Herbert Xu[NET] napi: Call __netif_rx_complete in netif_rx_complete
2007-05-11 Herbert Xu[NET] link_watch: Move link watch list into net_device
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-05-03 Patrick McHardy[NET]: Add __dev_getfirstbyhwtype
2007-04-29 Rusty Russell[NET]: Remove NETIF_F_INTERNAL_STATS, default to intern...
2007-04-29 Sergei Shtylyov[NETPOLL]: Fix TX queue overflow in trapped mode.
2007-04-27 Johannes Berg[WEXT] net_device: Don't include wext bits if not required.
2007-04-26 Johannes Berg[WIRELESS] cfg80211: New wireless config infrastructure.
2007-04-26 Rusty Russell[NET]: Inline net_device_stats
2007-02-08 Stephen Hemminger[NET]: unregister_netdevice as void
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2006-12-31 David S. Miller[NET]: Add memory barrrier to netif_poll_enable()
2006-12-09 Eric Dumazet[NET]: Force a cache line split in hh_cache in SMP.
2006-12-09 Stephen Hemminger[NET]: Convert hh_lock to seqlock.
2006-12-04 Al Viro[PATCH] severing skbuff.h -> mm.h
2006-12-03 Arnaldo Carvalho... [NET]: Pack struct hh_cache
2006-12-03 Gerrit Renker[TCP/DCCP]: Introduce net_xmit_eval
2006-12-03 Adrian Bunk[NET]: The scheduled removal of the frame diverter.
2006-11-29 David S. Miller[NET]: Fix MAX_HEADER setting.
2006-09-29 Al Viro[NET]: Annotate dst_ops protocol
2006-09-26 Jeff GarzikMerge branch 'upstream' of git://git./linux/kernel...
2006-09-26 Jay Vosburgh[PATCH] bonding: Validate probe replies in ARP monitor
2006-09-25 John W. Linville[PATCH] WE-21 support (core API)
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-13 Stephen Hemminger[PATCH] ethtool: allow const ethtool_ops
2006-08-18 Herbert Xu[BRIDGE]: Disable SG/GSO if TX checksum is off
2006-08-17 David S. Miller[VLAN]: Make sure bonding packet drop checks get done...
2006-07-21 Herbert Xu[NET]: Fix reversed error test in netif_tx_trylock
2006-07-08 Herbert Xu[NET] gso: Fix up GSO packets with broken checksums
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-06-30 Herbert Xu[IPV6]: Added GSO support for TCPv6
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-29 Michael Chan[NET]: Add ECN support for TSO
2006-06-29 Herbert Xu[NET]: Fix logical error in skb_gso_ok
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-26 Adrian Bunk[NET]: make net/core/dev.c:netdev_nit static
2006-06-23 Herbert Xu[NET]: Added GSO toggle
2006-06-23 Herbert Xu[NET]: Add generic segmentation offload
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-20 Herbert Xu[NET]: Prevent multiple qdisc runs
2006-06-18 Herbert Xu[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-06-18 Chris Leech[I/OAT]: Setup the networking subsystem as a DMA client
2006-05-24 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-05-10 Stephen Hemminger[NET]: Do sysfs registration as part of register_netdevice.
2006-05-08 Stephen Hemmingersky2: backout NAPI reschedule
2006-05-07 Stephen Hemminger[NET]: Create netdev attribute_groups with class_device_add
2006-04-29 David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2.6
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-04-26 Stephen Hemminger[PATCH] sky2: reschedule if irq still pending
2006-03-29 Denis Vlasenko[NET]: Deinline some larger functions from netdevice.h
2006-03-21 Stephen Hemminger[NET]: dev_put/dev_hold cleanup
2006-03-21 Stefan Rompf[NET] core: add RFC2863 operstate
2005-12-01 shemminger@osdl.org[PATCH] sky2: change netif_rx_schedule_test to __netif_...
2005-11-15 Jeff GarzikMerge branch 'bonding-sysfs' of git://git.tuxdriver...
2005-11-13 Mitch Williams[PATCH] net: make dev_valid_name public
2005-11-11 Jeff GarzikMerge branch 'master'
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-11-05 Jeff GarzikMerge branch 'master'
2005-10-28 Ananda Raju[IPv4/IPv6]: UFO Scatter-gather approach
2005-10-28 Jeff GarzikMerge branch 'master'
2005-10-04 Jeff GarzikMerge branch 'upstream-fixes'
2005-09-27 Eric Dumazet[NET]: Reorder some hot fields of struct net_device
2005-09-16 Stephen Hemminger[PATCH] sky2: driver update.
2005-09-14 Nishanth Aravamudan[PATCH] drivers/net: fix-up schedule_timeout() usage
2005-08-29 Jon Wetzel[NET]: Add support for getting the permanent hardware...
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-08-29 Denis Vlasenko[NET]: Deinline netif_carrier_{on,off}().
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-06-24 Stephen Hemminger[NET]: Eliminate netif_rx massive packet drops.
2005-06-24 Stephen Hemminger[NET]: Remove obsolete netif_rx congestion sensing...
2005-06-24 Stephen Hemminger[NET]: Remove obsolete fastroute stats.
2005-06-23 Paulo Marques[PATCH] create a kstrdup library function
2005-06-23 Jeff Moyer[NETPOLL]: Introduce a netpoll_info struct
2005-06-02 Jiri Benc[NET]: Fix HH_DATA_OFF.
2005-05-29 Stephen Hemminger[BRIDGE]: make dev->features unsigned
2005-05-29 Stephen Hemminger[BRIDGE]: features change notification
2005-05-23 Alexey Dobriyan[NET]: netdevice.h: be'ify packet_type
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2