aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8
* rps: Various optimizationsEric Dumazet2010-05-061-6/+22
* ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-061-3/+8
* bridge: make bridge support netpollWANG Cong2010-05-064-1/+108
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-061-5/+21
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-0516-64/+222
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-0516-64/+222
| |\
| | * mac80211: use fixed channel in ibss join when appropriateJohannes Berg2010-05-051-0/+6
| | * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-05-032-1/+2
| | |\
| | | * Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2010-04-302-1/+2
| | | |\
| | * | | mac80211: improve IBSS scanningJohannes Berg2010-05-034-21/+36
| | * | | mac80211: allow controlling aggregation manuallyJohannes Berg2010-05-031-1/+64
| | * | | mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg2010-05-031-4/+13
| | * | | mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-301-2/+0
| | |/ /
| | * | mac80211: tell driver about IBSS mergeJohannes Berg2010-04-301-0/+6
| | * | mac80211: notify driver about IBSS statusJohannes Berg2010-04-281-1/+5
| | * | mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka2010-04-281-9/+19
| | * | mac80211: do not wip out old supported ratesStanislaw Gruszka2010-04-281-10/+11
| | * | mac80211: fix rts threshold checkShanyu Zhao2010-04-271-2/+3
| | * | mac80211: give virtual interface to hw_scanJohannes Berg2010-04-273-7/+11
| | * | cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen2010-04-271-1/+2
| | * | mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen2010-04-273-2/+25
| | * | mac80211: implement ap isolation supportFelix Fietkau2010-04-271-0/+7
| | * | cfg80211: add ap isolation supportFelix Fietkau2010-04-271-0/+4
| | * | mac80211: fix handling of 4-address-mode in ieee80211_change_ifaceFelix Fietkau2010-04-271-4/+3
| | * | mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen2010-04-261-0/+7
* | | | net: __alloc_skb() speedupEric Dumazet2010-05-051-16/+5
|/ / /
* | | net: skb_free_datagram_locked() fixEric Dumazet2010-05-031-2/+7
* | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-0313-142/+329
|\ \ \
| * | | sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-04-302-3/+3
| * | | sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich2010-04-301-35/+7
| * | | sctp: correctly mark missing chunks in fast recoveryVlad Yasevich2010-04-301-5/+13
| * | | sctp: rwnd_press should be cumulativeVlad Yasevich2010-04-301-1/+1
| * | | sctp: fast recovery algorithm is per association.Vlad Yasevich2010-04-301-15/+17
| * | | sctp: update transport initializationsVlad Yasevich2010-04-303-30/+0
| * | | sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-04-302-14/+5
| * | | sctp: remove 'resent' bit from the chunkVlad Yasevich2010-04-303-18/+9
| * | | sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-04-301-1/+2
| * | | sctp: cleanup: remove duplicate assignmentDan Carpenter2010-04-301-14/+9
| * | | sctp: implement sctp association probing moduleWei Yongjun2010-04-303-0/+228
| * | | sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei2010-04-301-1/+1
| * | | sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich2010-04-301-2/+3
| * | | sctp: fix to retranmit at least one DATA chunkWei Yongjun2010-04-301-0/+12
| * | | sctp: missing set src and dest port while lookup output routeWei Yongjun2010-04-301-1/+6
| * | | sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun2010-04-301-0/+6
| * | | sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich2010-04-301-2/+6
| * | | sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich2010-04-301-1/+1
* | | | net: rcu fixesEric Dumazet2010-05-031-8/+8
* | | | unix/garbage: kill copy of the skb queue walkerIlpo Järvinen2010-05-031-11/+2
* | | | net: fix softnet_statChangli Gao2010-05-022-15/+13