summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-06net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=nAndrew Morton1-0/+5
2009-05-06cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright1-4/+4
2009-05-06mac80211: fix probe response processingJohannes Berg2-7/+3
2009-05-06nl80211: Send timeout event on failed direct probeJouni Malinen1-1/+1
2009-05-06mac80211: add driver ops wrappersJohannes Berg17-130/+292
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg8-117/+80
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg6-33/+41
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg5-216/+229
2009-05-06mac80211: internally clear failed scans properlyJohannes Berg1-2/+4
2009-05-06mac80211: rename max_sleep_interval to max_sleep_periodJohannes Berg1-1/+1
2009-05-06mac80211: fix PS vs. scan raceJohannes Berg1-0/+7
2009-05-06mac80211: fix various problems in ibss codeJohannes Berg1-3/+15
2009-05-04netns 2/2: extract net_create()Alexey Dobriyan1-24/+20
2009-05-04netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan1-4/+1
2009-05-04tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen2-2/+2
2009-05-03net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller1-2/+6
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+2
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-17/+20
2009-05-02Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent1-0/+1
2009-05-02net: Only store high 16 bits of kernel generated filter prioritiesRobert Love1-1/+1
2009-05-01xt_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-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller18-343/+256
2009-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-10/+10
2009-04-29mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-29mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller3-28/+55
2009-04-28netfilter: 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-28inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo1-2/+0
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet1-1/+13
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg1-3/+14
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu2-2/+2
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu1-8/+3
2009-04-27ipv4: Limit size of route cache hash tableAnton Blanchard1-1/+1
2009-04-27drop_monitor: Update netlink protocol to include netlink attribute header in ...Neil Horman1-3/+10
2009-04-27xfrm: wrong hash value for temporary SANicolas Dichtel1-3/+3
2009-04-27snmp: add missing counters for RFC 4293Neil Horman9-32/+54
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh2-0/+7
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-9/+31
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller34-1186/+2383
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
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-23af_iucv: Fix merge.Ursula Braun1-4/+0