net: dev_close() should check IFF_UP
[linux-flexiantxendom0-natty.git] / net / core / dev.c
2011-06-02 Eric Dumazetnet: dev_close() should check IFF_UP
2011-03-09 Vasiliy Kulikovnet: don't allow CAP_NET_ADMIN to load non-netdev kerne...
2011-02-18 Eric Dumazetnet: deinit automatic LIST_HEAD
2011-02-18 Linus Torvaldsnet: dont leave active on stack LIST_HEAD
2011-02-08 David S. Millernet: Fix lockdep regression caused by initializing...
2011-02-02 Andy Gospodarekgro: reset skb_iif on reuse
2011-02-01 Tom Herbertnet: Check rps_flow_table when RPS map length is 1
2011-01-30 Herbert Xugro: Reset dev pointer on reuse
2011-01-24 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2011-01-24 Eric Dumazetnet: arp_ioctl() must hold RTNL
2011-01-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-01-19 Eric Dumazetnet: fix can_checksum_protocol() arguments swap
2011-01-19 Jesse Grossnet offloading: Do not mask out NETIF_F_HW_VLAN_TX...
2011-01-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-01-14 Eric Dumazetnet: remove dev_txq_stats_fold()
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-11 Eric Dumazetnet_sched: factorize qdisc stats handling
2011-01-11 Tom Herbertnet: Add alloc_netdev_mqs function
2011-01-10 Jesse Grossnet offloading: Convert checksums to use centrally...
2011-01-10 Jesse Grossnet offloading: Convert skb_need_linearize() to use...
2011-01-10 Jesse Grossnet offloading: Convert dev_gso_segment() to use precom...
2011-01-10 Jesse Grossnet offloading: Pass features into netif_needs_gso().
2011-01-10 Jesse Grossnet offloading: Generalize netif_get_vlan_features().
2011-01-10 Jesse Grossnet offloading: Accept NETIF_F_HW_CSUM for all protocols.
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-21 Eric Dumazetnet: timestamp cloned packet in dev_queue_xmit_nit
2010-12-20 Changli Gaonet: increase skb->users instead of skb_clone()
2010-12-16 Michał Mirosławnet: Use skb_checksum_start_offset()
2010-12-16 Octavian Purdilanet: factorize sync-rcu call in unregister_netdevice_many
2010-12-16 Changli Gaonet: use NUMA_NO_NODE instead of the magic number -1
2010-12-16 Vladislav Zolotarovbnx2x: Take the distribution range definition out of...
2010-12-08 Eric Dumazetnet: call dev_queue_xmit_nit() after skb_dst_drop()
2010-12-08 Eric Dumazetnet: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
2010-12-08 Changli Gaonet: init ingress queue
2010-12-06 Michał Mirosławnet: Fix too optimistic NETIF_F_HW_CSUM features
2010-12-01 Eric Dumazetnet sched: use xps information for qdisc NUMA affinity
2010-11-29 Tom Herbertxps: Add CONFIG_XPS
2010-11-24 Tom Herbertxps: Transmit Packet Steering
2010-11-24 Tom Herbertxps: Improvements in TX queue selection
2010-11-16 David S. Millernet: Export netif_get_vlan_features().
2010-11-15 Tom Herbertnet: Simplify RX queue allocation
2010-11-15 Tom Herbertnet: Move TX queue allocation to alloc_netdev_mq
2010-11-15 Jesse Grossoffloading: Force software GSO for multiple vlan tags.
2010-11-15 Jesse Grossoffloading: Support multiple vlan tags in GSO.
2010-11-15 Jesse Grossoffloading: Make scatter/gather more tolerant of vlans.
2010-11-09 Joe Perchesnet/core/dev.c: Update WARN uses
2010-11-01 Tom Herbertnet: check queue_index from sock is valid for device
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-27 Ben Hutchingsnet: NETIF_F_HW_CSUM does not imply FCoE CRC offload
2010-10-27 Ben Hutchingsnet: Fix some corner cases in dev_can_checksum()
2010-10-25 Eric Dumazetrps: add __rcu annotations
2010-10-25 Eric Dumazetipv6: ip6_ptr rcu annotations
2010-10-25 David S. Millernet: Increase xmit RECURSION_LIMIT to 10.
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-21 stephen hemmingernapi: unexport napi_reuse_skb
2010-10-21 Ben Greearnet/core: Allow tagged VLAN packets to flow through...
2010-10-21 Jesse Grossvlan: Centralize handling of hardware acceleration.
2010-10-21 Jesse Grossvlan: Enable software emulation for vlan accleration.
2010-10-20 Tom Herbertnet: allocate tx queues in register_netdevice
2010-10-20 Tom Herbertnet: cleanups in RX queue allocation
2010-10-20 Tom Herbertnet: fail alloc_netdev_mq if queue count < 1
2010-10-12 Eric Dumazetnet: percpu net_device refcount
2010-10-08 Tom Herbertnet: Fix rxq ref counting
2010-10-08 Ben Hutchingsnet: Update kernel-doc for netif_set_real_num_rx_queues()
2010-10-07 John Fastabendnet: netif_set_real_num_rx_queues may cap num_rx_queues...
2010-10-05 Eric Dumazetnet: add a core netdev->rx_dropped counter
2010-10-05 Eric Dumazetnet: dynamic ingress_queue allocation
2010-09-29 Eric Dumazetnet: rename netdev rx_queue to ingress_queue
2010-09-29 Eric Dumazetnet: add a recursion limit in xmit path
2010-09-28 Ben Hutchingsnet: Allow changing number of RX queues after device...
2010-09-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-27 Eric Dumazetrps: allocate rx queues in register_netdevice only
2010-09-27 Eric Dumazetnet: propagate NETIF_F_HIGHDMA to vlans
2010-09-21 Ingo MolnarMerge commit 'v2.6.36-rc5' into perf/core
2010-09-17 David Lamparternetns: keep vlan slaves on master netns move
2010-09-17 Stephen Rothwellnet: include inetdevice.h for rcu_dereference_raw api...
2010-09-16 Brandon Philipsnet: enable GRO by default for vlan devices
2010-09-16 Eric Dumazetipv4: ip_ptr cleanups
2010-09-15 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2010-09-14 Eric Dumazetnet: use rcu_barrier() in rollback_registered_many
2010-09-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-08 Changli Gaonet: rps: add the shortcut for one rps_cpus
2010-09-07 Helmut Schaanet: fix tx queue selection for bridged devices impleme...
2010-09-07 Koki Sanagiskb: Add tracepoints to freeing skb
2010-09-07 Koki Sanaginetdev: Add tracepoints to netdev layer
2010-09-02 Eric Dumazetnet: dev_add_pack() & __dev_remove_pack() changes
2010-09-01 Eric Dumazetskge: add GRO support
2010-08-27 Eric Dumazetgro: __napi_gro_receive() optimizations
2010-08-23 David S. Millernet: Rename skb_has_frags to skb_has_frag_list
2010-08-23 Changli Gaonet: 802.1q: make vlan_hwaccel_do_receive() return...
2010-08-22 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-08-22 Changli Gaonet: rps: fix the wrong network header pointer
2010-08-20 Changli Gaonet: rps: use proto_ports_offset() to handle the AH...
2010-08-20 Changli Gaonet: rps: skip fragment when computing rxhash
2010-08-20 Changli Gaonet: rps: reset network header before calling skb_get_r...
2010-08-19 Oliver Hartkoppnet: simplify flags for tx timestamping
2010-08-18 Jarek Poplawskinet: Fix a memmove bug in dev_gro_receive()
2010-08-17 Krishna Kumarcore: Factor out flow calculation from get_rps_cpu
2010-08-08 Changli Gaonet: disable preemption before call smp_processor_id()
next