tcp: fix tcp_defer_accept to consider the timeout
[safe/jmp/linux-2.6] / net / core /
2009-10-05 Johannes Bergwext: let get_wireless_stats() sleep
2009-10-05 Eric Dumazetpktgen: restore nanosec delays
2009-10-05 Eric Dumazetpktgen: Fix multiqueue handling
2009-10-01 Eric Dumazetpktgen: Fix delay handling
2009-09-30 Eric Dumazetnet: restore tx timestamping for accelerated vlans
2009-09-30 Eric Dumazetnet: Fix sock_wfree() race
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-28 Johannes Bergwext: add back wireless/ dir in sysfs for cfg80211...
2009-09-24 Stephen Hemmingerpktgen: better scheduler friendliness
2009-09-24 Stephen Hemmingerpktgen: T_TERMINATE flag is unused
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-09-15 David Brownelldriver model: constify attribute groups
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-10 James MorrisMerge branch 'next' into for-linus
2009-09-06 Patrick McHardynet_sched: reintroduce dev->qdisc for use by sch_api
2009-09-03 Eric Dumazetnet: Remove debugging code
2009-09-03 Eric Dumazetnet: net/core/dev.c cleanups
2009-09-03 Ajit Khapardenet/ethtool: Add support for the ethtool feature to...
2009-09-03 Eric Dumazetvlan: multiqueue vlan device
2009-09-02 Neil Hormannet: drop_monitor: make last_rx timestamp private
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-09-02 Xiao Guangrongdrop_monitor: fix trace_napi_poll_hit()
2009-09-02 Jarek Poplawskinet: sk_free() should be allowed right after sk_alloc()
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-31 Krishna Kumarnet: convert remaining non-symbolic return values in...
2009-08-29 Alexey Dobriyanpktgen: use proc_create_data()
2009-08-29 Stephen Hemmingerpktgen: increase version
2009-08-29 Stephen Hemmingerpktgen: cleanup checkpatch warnings
2009-08-29 Stephen Hemmingerpktgen: use common idle routine
2009-08-29 Stephen Hemmingerpktgen: spin using hrtimer
2009-08-29 Stephen Hemmingerpktgen: convert to use ktime_t
2009-08-29 Stephen Hemmingerpktgen: avoid calling gettimeofday
2009-08-29 Stephen Hemmingerpktgen: reorganize transmit loop
2009-08-29 Stephen Hemmingerpktgen: use netdev_alloc_skb
2009-08-29 Stephen Hemmingerpktgen: cleanup clone count test
2009-08-29 Stephen Hemmingerpktgen: xmit logic reorganization
2009-08-29 Stephen Hemmingerpktgen: stop_device cleanup
2009-08-29 Stephen Hemmingerpktgen: mark read-only/mostly variables
2009-08-29 Stephen Hemmingerpktgen: change inlining
2009-08-29 Stephen Hemmingerpktgen: minor cleanup
2009-08-24 Dongdong Dengnetpoll: warning for ndo_start_xmit returns with interr...
2009-08-19 James MorrisMerge branch 'master' into next
2009-08-19 Dmitry Eremin-Sole... Drop ARPHRD_IEEE802154_PHY
2009-08-18 Eric Dumazetnet: restore gnet_stats_basic to previous definition
2009-08-14 Eric ParisNetworking: use CAP_NET_ADMIN when deciding to call...
2009-08-13 Neil Hormannet: skb ftracer - add tracepoint to skb_copy_datagram_...
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: implement a SO_DOMAIN getsockoption
2009-08-05 Jan Engelhardtnet: implement a SO_PROTOCOL getsockoption
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-03 Eric Dumazetneigh: Convert garbage collection from softirq to workqueue
2009-08-02 Jiri Pirkonet: restore the original spinlock to protect unicast...
2009-08-02 Eric Dumazetnet: net_assign_generic() fix
2009-07-31 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-07-27 Johannes Bergcfg80211: make aware of net namespaces
2009-07-27 Eric Dumazetnet: ethtool_op_get_rx_csum() should be public and...
2009-07-27 Sridhar Samudralaethtool: device independent rx_csum and get_flags routines
2009-07-24 Johannes Bergnet: remove unused skb->do_not_encrypt
2009-07-24 Johannes Bergnet: export __dev_addr_sync/__dev_addr_unsync
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-20 Rémi Denis-CourmontFix error return for setsockopt(SO_TIMESTAMPING)
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-17 Eric Dumazetnet: sock_copy() fixes
2009-07-13 Tobias Klausernet: Rename lookup_neigh_params function
2009-07-12 Johannes Bergnet: move and export get_net_ns_by_pid
2009-07-12 Johannes Bergnet: make namespace iteration possible under RCU
2009-07-12 Eric Dumazetnet: sk_prot_alloc() should not blindly overwrite memory
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-10 Jiri Olsanet: adding memory barrier to the poll and receive...
2009-07-09 Anton Vorontsovnetpoll: Fix carrier detection for drivers that are...
2009-07-08 Anton Vorontsovnetpoll: Introduce netpoll_carrier_timeout kernel option
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-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-23 Herbert Xunet: Move rx skb_orphan call to where needed
2009-06-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-18 Jiri Pirkonet: group address list and its count
2009-06-18 Stephen Hemmingerskbuff: don't corrupt mac_header on skb expansion
2009-06-18 Stephen Hemmingerskbuff: skb_mac_header_was_set is always true on >32 bit
2009-06-16 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2009-06-15 Vegard Nossumnet: annotate struct sock bitfield
2009-06-15 Vegard Nossumnet: use kmemcheck bitfields API for skbuff
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-11 Timo Terasneigh: fix state transition INCOMPLETE->FAILED via...
2009-06-11 Eric Dumazetnet: No more expensive sock_hold()/sock_put() on each tx
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-10 Johannes Bergmac80211: do not pass PS frames out of mac80211 again
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/user_dma.c: Use frag list abstraction interfaces.
2009-06-09 David S. Millernet/core/skbuff.c: Use frag list abstraction interfaces.
2009-06-09 David S. Millernet/core/dev.c: Use frag list abstraction interfaces.
2009-06-09 David S. Millerdatagram: Use frag list abstraction interfaces.
next