summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-288-61/+106
* [XFRM]: Drop packets when replay counter would overflowPaul Moore2008-01-281-1/+4
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-2810-34/+180
* [TCP]: Avoid two divides in __tcp_grow_window()Eric Dumazet2008-01-281-2/+2
* [TCP]: Avoid a divide in tcp_mtu_probing()Eric Dumazet2008-01-281-1/+1
* [TCP]: Move mss variable in tcp_mtu_probing()David S. Miller2008-01-281-2/+2
* [SOCK] Avoid integer divides where not necessary in include/net/sock.hEric Dumazet2008-01-281-3/+3
* [TCP]: tcp_write_timeout.c cleanupEric Dumazet2008-01-281-14/+21
* [INET]: Avoid an integer divide in rt_garbage_collect()Eric Dumazet2008-01-281-2/+2
* [TCP]: Convert several length variable to unsigned.YOSHIFUJI Hideaki2008-01-283-9/+11
* net/mac80211/Kconfig: whitespace correctionsJohn W. Linville2008-01-281-12/+12
* net/wireless/Kconfig: whitespace correctionsJohn W. Linville2008-01-281-5/+5
* mac80211: don't read ERP information from (re)association responseJohannes Berg2008-01-281-14/+0
* mac80211: move tx crypto decisionJohannes Berg2008-01-283-41/+22
* mac80211: implement station stats retrievalJohannes Berg2008-01-281-0/+26
* cfg80211/nl80211: implement station attribute retrievalJohannes Berg2008-01-283-1/+144
* cfg80211/nl80211: station handlingJohannes Berg2008-01-283-0/+358
* cfg80211/nl80211: add beacon settingsJohannes Berg2008-01-283-0/+190
* mac80211: support getting key sequence counters via cfg80211Johannes Berg2008-01-282-10/+89
* mac80211: support adding/removing keys via cfg80211Johannes Berg2008-01-281-0/+91
* cfg80211/nl80211: introduce key handlingJohannes Berg2008-01-284-0/+370
* doc: fix typo in feature-removal-scheduleStefano Brivio2008-01-281-1/+1
* mac80211: allow easier multicast/broadcast buffering in hardwareJohannes Berg2008-01-282-9/+25
* mac80211: make ieee80211_rx_mgmt_action staticJohannes Berg2008-01-281-4/+4
* mac80211: clean up eapol handling in TX pathJohannes Berg2008-01-285-19/+10
* mac80211: clean up eapol frame handling/port controlJohannes Berg2008-01-285-117/+119
* rc80211-pid: export tuning parameters through debugfsMattias Nissler2008-01-282-25/+110
* rc80211-pid: add debuggingMattias Nissler2008-01-284-117/+508
* rc80211-pid: add sharpening factorStefano Brivio2008-01-281-8/+27
* rc80211-pid: add rate behaviour learning algorithmStefano Brivio2008-01-281-20/+161
* mac80211: make PID rate control algorithm the defaultStefano Brivio2008-01-285-27/+93
* [TCP] Avoid two divides in tcp_output.cEric Dumazet2008-01-281-2/+2
* [XFRM]: Assorted IPsec fixupsPaul Moore2008-01-283-46/+36
* [XFRM]: Add packet processing statistics option.Masahide NAKAMURA2008-01-281-0/+10
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-284-23/+90
* [XFRM]: Define packet dropping statistics.Masahide NAKAMURA2008-01-287-0/+246
* [XFRM] MIPv6: Fix to input RO state correctly.Masahide NAKAMURA2008-01-281-25/+29
* [XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA2008-01-286-3/+51
* [TCP]: Fix TSO deferringIlpo Järvinen2008-01-281-1/+2
* [TG3]: Update version to 3.87Matt Carlson2008-01-281-2/+2
* [TG3]: Fix supporting flowctrl codeMatt Carlson2008-01-281-43/+64
* [TG3]: Correct sw autoneg flow control advertisementsMatt Carlson2008-01-281-13/+25
* [TG3]: Correct 5704S flowctrl advertisementsMatt Carlson2008-01-281-11/+15
* [TG3]: Replace some magic 5704S constantsMatt Carlson2008-01-282-11/+19
* [TG3]: Add 1000T & 1000X flowctl adv helpersMatt Carlson2008-01-281-14/+48
* [TG3]: Add 1000T & 1000X flowctrl resolversMatt Carlson2008-01-281-36/+50
* [TG3]: Separate requested and actual flow control parametersMatt Carlson2008-01-282-36/+42
* [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer.Pavel Emelyanov2008-01-281-14/+11
* [INET]: Uninline the inet_twsk_put function.Pavel Emelyanov2008-01-282-13/+16
* [INET]: Uninline the __inet_lookup_established function.Pavel Emelyanov2008-01-282-37/+41