summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-07xfrm: fix fragmentation on inter family tunnelsSteffen Klassert1-0/+1
2009-04-07net/802/fddi.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2009-04-05socket: use percpu_add() while updating sockets_in_useEric Dumazet1-4/+2
2009-04-03tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen1-1/+6
2009-04-03tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen1-32/+34
2009-04-02net: allow multiple dev per napi with GROStephen Hemminger1-2/+3
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet3-6/+6
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover7-24/+100
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover8-85/+109
2009-04-02RDS: Fix m_rs_lock deadlockAndy Grover1-3/+3
2009-04-01core: remove pointless conditional before kfree()Wei Yongjun1-2/+1
2009-04-01ipv4: remove unused parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-30netfilter: xtables: fix IPv6 dependency in the cluster matchPablo Neira Ayuso1-2/+9
2009-03-29Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-6/+8
2009-03-29netpoll: store local and remote ip in net-endianHarvey Harrison1-16/+15
2009-03-29netfilter: fix endian bug in conntrack printksHarvey Harrison1-7/+8
2009-03-29gso: Fix support for linear packetsHerbert Xu1-1/+1
2009-03-28Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2-3/+3
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar65-1342/+2248
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds63-1340/+2246
2009-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller31-1103/+1889
2009-03-28Revert "ax25: zero length frame filtering in AX25"David S. Miller1-12/+0
2009-03-28Revert "netrom: zero length frame filtering in NetRom"David S. Miller1-10/+1
2009-03-28cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez1-28/+9
2009-03-28mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg7-140/+11
2009-03-28mac80211: fix aggregation to not require queue stopJohannes Berg6-78/+217
2009-03-28mac80211: add skb length sanity checkingJohannes Berg1-1/+6
2009-03-28mac80211: unify and fix TX aggregation startJohannes Berg1-36/+27
2009-03-28mac80211: clean up __ieee80211_tx argsJohannes Berg1-15/+16
2009-03-28mac80211: rework the pending packets codeJohannes Berg4-79/+98
2009-03-28mac80211: fix A-MPDU queue assignmentJohannes Berg1-8/+27
2009-03-28mac80211: rewrite fragmentationJohannes Berg5-224/+173
2009-03-28cfg80211: fix locking in nl80211_set_wiphyJohannes Berg3-28/+33
2009-03-28mac80211: fix RX pathJohannes Berg1-1/+1
2009-03-28mac80211: rate control status only for controlled packetsJohannes Berg2-3/+7
2009-03-28mac80211: add beacon filtering supportKalle Valo3-1/+53
2009-03-28cfg80211: add feature to hold bssKalle Valo2-1/+28
2009-03-28mac80211: disable power save when scanningKalle Valo1-2/+62
2009-03-28mac80211: track beacons separately from the rx path activityKalle Valo3-32/+52
2009-03-28mac80211: decrease execution of the associated timerKalle Valo3-0/+20
2009-03-28mac80211: remove mixed-cell and userspace MLME codeJohannes Berg5-34/+11
2009-03-28cfg80211: accept no-op interface mode changesJohannes Berg2-9/+30
2009-03-28cfg80211: remove code about country IE support with OLD_REGLuis R. Rodriguez1-28/+11
2009-03-28cfg80211: make regdom module parameter available oustide of OLD_REGLuis R. Rodriguez1-1/+6
2009-03-28cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez1-1/+7
2009-03-28cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez1-4/+7
2009-03-28nl80211: Check iftype in cfg80211 codeJouni Malinen2-42/+56
2009-03-28nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen2-25/+40
2009-03-28nl80211: Add more through validation of MLME command parametersJouni Malinen1-6/+26