rtnetlink: speedup rtnl_dump_ifinfo()
[safe/jmp/linux-2.6] / net / core / dev.c
2009-10-24 Eric Dumazetrtnetlink: speedup rtnl_dump_ifinfo()
2009-10-21 Krishna Kumarnet: Use sk_tx_queue_mapping for connected sockets
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-08 Sridhar Samudralanet: Make UFO on master device independent of attached...
2009-10-05 Johannes Bergnet: introduce NETDEV_POST_INIT notifier
2009-09-30 Eric Dumazetnet: restore tx timestamping for accelerated vlans
2009-09-15 Moni Shouabonding: remap muticast addresses without using dev_clo...
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-11 Stephen Hemmingernet: force bridge module(s) to be GPL
2009-09-03 Eric Dumazetnet: Remove debugging code
2009-09-03 Eric Dumazetnet: net/core/dev.c cleanups
2009-08-31 Krishna Kumarnet: convert remaining non-symbolic return values in...
2009-08-19 Dmitry Eremin-Sole... Drop ARPHRD_IEEE802154_PHY
2009-08-14 Eric ParisNetworking: use CAP_NET_ADMIN when deciding to call...
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-07 Krishna Kumarnet: Avoid enqueuing skb for default qdiscs
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-08-05 Ingo Molnarnet: Fix spinlock use in alloc_netdev_mq()
2009-08-02 Jiri Pirkonet: restore the original spinlock to protect unicast...
2009-07-27 Johannes Bergcfg80211: make aware of net namespaces
2009-07-24 Johannes Bergnet: export __dev_addr_sync/__dev_addr_unsync
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-06-27 Herbert Xugro: Flush GRO packets in napi_disable_pending path
2009-06-23 Herbert Xunet: Move rx skb_orphan call to where needed
2009-06-18 Jiri Pirkonet: group address list and its count
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-12 Michał Mirosławbridge: Simplify interface for ATM LANE
2009-06-12 John Dykstra[PATCH] net core: Some interface flags not returned...
2009-06-09 Sergey LapinAdd constants for the ieee 802.15.4 stack
2009-06-09 Eric Dumazetnet: dev_addr_init() fix
2009-06-09 David S. Millernet/core/dev.c: Use frag list abstraction interfaces.
2009-06-03 Johannes Bergnet: introduce pre-up netdev notifier
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-27 Eric Dumazetnet: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netde...
2009-05-27 Herbert Xugro: Open-code final pskb_may_pull
2009-05-27 Herbert Xugro: Avoid unnecessary comparison after skb_gro_header
2009-05-27 Herbert Xugro: Optimise length comparison in skb_gro_header
2009-05-27 Herbert Xugro: Only use skb_gro_header for completely non-linear...
2009-05-27 Herbert Xugro: Inline skb_gro_header and cache frag0 virtual...
2009-05-26 Eric Dumazetnet: txq_trans_update() helper
2009-05-25 Alexander Beregalovnet: remove COMPAT_NET_DEV_OPS
2009-05-21 Neil Hormandropmon: add ability to detect when hardware dropsrxpackets
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2009-05-18 Eric Dumazetnet: add tx_packets/tx_bytes/tx_dropped counters in...
2009-05-09 Jiri Pirkonet: check retval of dev_addr_init()
2009-05-05 Jiri Pirkonet: introduce a list of device addresses dev_addr_list...
2009-05-03 David S. Millernet: Avoid modulus in skb_tx_hash() for forwarding...
2009-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-01 Eric Dumazetnet: Fix skb_tx_hash() for forwarding workloads.
2009-04-27 Herbert Xugro: Fix handling of headers that extend over the tail
2009-04-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-20 Ben Hutchingsnet: Fix GRO for multiple page fragments
2009-04-20 Marcin Slusarznet: fix "compatibility" typos
2009-04-20 Jarek Poplawskinet: sch_netem: Fix an inconsistency in ingress netem...
2009-04-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-16 Herbert Xugro: New frags interface to avoid copying shinfo
2009-04-14 Herbert Xugro: Restore correct value to gso_size
2009-04-11 Alexander Duycknet: netif_device_attach/detach should start/stop all...
2009-04-02 Stephen Hemmingernet: allow multiple dev per napi with GRO
2009-03-28 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-03-27 Herbert XuGRO: Disable GRO on legacy netif_rx path
2009-03-21 Eric Dumazetnet: remove useless prefetch() call
2009-03-21 Stephen Hemmingerskb: expose and constify hash primitives
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Roel Kluinnet: kfree(napi->skb) => kfree_skb
2009-03-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-17 Herbert Xugro: Fix legacy path napi_complete crash
2009-03-16 Herbert XuGRO: Move netpoll checks to correct location
2009-03-13 Yi Zou[SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-05 David S. Millervlan: Fix vlan-in-vlan crashes.
2009-03-05 David S. Millernet: Fix missing dev->neigh_setup in register_netdevice().
2009-03-03 Eric W. Biedermannetns: Remove net_alive
2009-03-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-01 Herbert Xunetpoll: Add drop checks to all entry points
2009-02-23 Eric W. Biedermannetns: Remove net_alive
2009-02-21 Patrick Ohlynet: kernel panic in dev_hard_start_xmit: remove faulty...
2009-02-19 Krishna Kumarnet: Optimize skb_tx_hash() by eliminating a comparison
2009-02-16 Patrick Ohlynet: pass new SIOCSHWTSTAMP through to device drivers
2009-02-16 Patrick Ohlynet: infrastructure for hardware time stamping
2009-02-09 Herbert Xugro: Optimise Ethernet header comparison
2009-02-09 Herbert Xugro: Remember number of held packets instead of countin...
2009-02-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-07 David S. Millernet_dma: call dmaengine_get only if NET_DMA enabled
2009-02-06 Herbert Xugro: Fix frag_list merging on imprecisely split packets
2009-02-05 Herbert Xunet: Partially allow skb destructors to be used on...
2009-02-01 Herbert Xugro: Fix handling of imprecisely split packets
2009-01-30 Herbert Xugro: Open-code memcpy in napi_fraginfo_skb
2009-01-30 Herbert Xugro: Avoid copying headers of unmerged packets
2009-01-30 Herbert Xugro: Move common completion code into helpers
2009-01-28 David S. Millernet: Get rid of by-hand TX queue hashing.
2009-01-28 David S. Millernet: If SKB has attached socket, use socket's hash...
2009-01-28 David S. Millernet: Allow RX queue selection to seed TX queue hashing.
2009-01-20 Herbert Xugro: Fix error handling on extremely short frags
2009-01-20 Herbert Xunet: Add debug info to track down GSO checksum bug
2009-01-15 Benjamin Herrenschmidtnet: Add init_dummy_netdev() and fix EMAC driver using it
2009-01-15 Herbert Xugro: Fix page ref count for skbs freed normally
2009-01-14 Herbert Xugro: Check for GSO packets and packets with frag_list
2009-01-11 Dan Williamsnet_dma: acquire/release dma channels on ifup/ifdown
next