aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller16-128/+152
2009-05-07net: remove stale reference to fastroute from Kconfig help textAshish Karkare1-6/+0
2009-05-06net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo1-10/+13
2009-05-06net: update skb_recycle_check() for hardware timestamping changesLennert Buytenhek1-0/+2
2009-05-06net-sched: fix bfifo default limitPatrick McHardy1-1/+1
2009-05-06Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller2-7/+21
2009-05-06wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez1-2/+15
2009-05-06wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez1-5/+6
2009-05-05Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann1-4/+3
2009-05-05tcp:fix the code indentShan Wei1-1/+1
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko1-0/+250
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-32/+30
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David 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-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann2-34/+42
2009-05-04mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-05-04mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-05-04cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez1-1/+1
2009-05-04cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez1-1/+8
2009-05-04cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+6
2009-05-04cfg80211: fix truncated IEsJohannes Berg1-0/+1
2009-05-04mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
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: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-10/+0
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/net-2.6David S. Miller2-1/+2
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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/net-2.6David S. Miller18-343/+256
2009-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David 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/holtmann/bluetooth-2.6David 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