aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-20ax25: proc uid file misses headerAlan Cox1-3/+9
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-31/+100
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-5/+7
2009-04-17mac80211: validate TIM IE lengthJohannes Berg1-0/+3
2009-04-17cfg80211: do not replace BSS structsJohannes Berg2-10/+34
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg1-0/+2
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg1-1/+2
2009-04-17netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso1-1/+1
2009-04-17netfilter: ctnetlink: report error if event message allocation failsPablo Neira Ayuso1-4/+6
2009-04-17gro: Fix use after free in tcp_gro_receiveHerbert Xu1-2/+4
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp1-2/+2
2009-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-2/+7
2009-04-16netfilter: nf_nat: add support for persistent mappingsPatrick McHardy1-1/+2
2009-04-16mac80211: Fragmentation threshold (typo)Gerrit Renker1-1/+1
2009-04-16mac80211: quiet beacon loss messagesMichael Buesch1-6/+14
2009-04-16mac80211: correct wext transmit power handlerJohannes Berg2-9/+34
2009-04-16mac80211: Fix bug in getting rx status for frames pending in reorder bufferVasanthakumar Thiagarajan1-4/+9
2009-04-16cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez1-2/+3
2009-04-15netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy1-1/+1
2009-04-15packet: avoid warnings when high-order page allocation failsEric Dumazet1-2/+3
2009-04-15netfilter: nf_log regression fixEric Dumazet1-0/+4
2009-04-14Revert "rose: zero length frame filtering in af_rose.c"David S. Miller1-10/+0
2009-04-14gro: Restore correct value to gso_sizeHerbert Xu1-2/+3
2009-04-14ipv6:remove useless checkYang Hongyang1-4/+0
2009-04-14tcp: fix >2 iw selectionIlpo Järvinen1-0/+3
2009-04-13netsched: Allow meta match on vlan tag on receiveStephen Hemminger1-2/+4
2009-04-13gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu1-1/+3
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich2-3/+6
2009-04-11tr: fix leakage of device in net/802/tr.cWei Yongjun1-0/+3
2009-04-11net: netif_device_attach/detach should start/stop all queuesAlexander Duyck1-2/+2
2009-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-25/+9
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+5
2009-04-06xfrm: fix fragmentation on inter family tunnelsSteffen Klassert1-0/+1
2009-04-06net/802/fddi.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-38/+127
2009-04-06netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso1-24/+6
2009-04-06netfilter: fix selection of "LED" target in netfilterAlex Riesen1-1/+1
2009-04-06netfilter: ip6tables regression fixEric Dumazet1-0/+2
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-04socket: use percpu_add() while updating sockets_in_useEric Dumazet1-4/+2
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2-1/+3
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds7-15/+15
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-158/+264
2009-04-02tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen1-1/+6
2009-04-02tcp: 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