summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-07wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez1-2/+15
2009-05-07wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez1-5/+6
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-32/+30
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-38/+57
2009-05-05netfilter: ctnetlink: fix wrong message type in user updatesPablo Neira Ayuso1-28/+20
2009-05-05netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso1-1/+7
2009-05-05netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONEChristoph Paasch1-3/+3
2009-05-05Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann2-34/+42
2009-05-05mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-05-05mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-05-05cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez1-1/+1
2009-05-05cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez1-1/+8
2009-05-05cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+6
2009-05-05cfg80211: fix truncated IEsJohannes Berg1-0/+1
2009-05-05mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-10/+0
2009-05-03Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent1-0/+1
2009-05-03net: Only store high 16 bits of kernel generated filter prioritiesRobert Love1-1/+1
2009-05-02xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth1-0/+1
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet1-4/+5
2009-04-30net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski1-13/+14
2009-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-10/+10
2009-04-30mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-30mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller3-28/+55
2009-04-29netfilter: revised locking for x_tablesStephen Hemminger4-291/+136
2009-04-28Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann1-6/+3
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann2-1/+36
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros1-21/+16
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet1-1/+13
2009-04-27ipv4: Limit size of route cache hash tableAnton Blanchard1-1/+1
2009-04-27xfrm: wrong hash value for temporary SANicolas Dichtel1-3/+3
2009-04-26vlan: update vlan carrier state for admin up/downJay Vosburgh2-0/+7
2009-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-9/+31
2009-04-24netfilter: xt_recent: fix stack overread in compat codeJan Engelhardt1-5/+4
2009-04-24netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso1-1/+14
2009-04-24netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACKLaszlo Attila Toth1-2/+2
2009-04-24netfilter: nf_ct_dccp/udplite: fix protocol registration errorPatrick McHardy2-0/+2
2009-04-22netfilter: ctnetlink: fix gcc warning during compilationPablo Neira Ayuso1-2/+2
2009-04-22net/netrom: Fix socket lockingJean Delvare1-2/+4
2009-04-22netlabel: Always remove the correct address selectorPaul Moore1-16/+10
2009-04-22af_iucv: Fix race when queuing incoming iucv messagesHendrik Brueckner1-3/+5
2009-04-22af_iucv: Test additional sk states in iucv_sock_shutdownHendrik Brueckner1-0/+3
2009-04-22af_iucv: Reject incoming msgs if RECV_SHUTDOWN is setHendrik Brueckner1-1/+3
2009-04-22af_iucv: fix oops in iucv_sock_recvmsg() for MSG_PEEK flagHendrik Brueckner1-3/+3
2009-04-22af_iucv: consider state IUCV_CLOSING when closing a socketUrsula Braun1-0/+3
2009-04-22mac80211: fix alignment calculation bugJohannes Berg1-1/+1
2009-04-22mac80211: do not print WARN if config interfaceReinette Chatre1-2/+13
2009-04-21mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-04-21mac80211: fix beacon loss detection after scanKalle Valo1-1/+9