summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg12-310/+306
2008-10-31mac80211: add might_sleep to hw_configJohannes Berg1-0/+2
2008-10-31mac80211: rewrite HT handlingJohannes Berg4-153/+134
2008-10-31mac80211: move bss_conf into vifJohannes Berg8-38/+35
2008-10-31mac80211: make retry limits part of hw configJohannes Berg5-24/+18
2008-10-31nl80211: export HT capabilitiesJohannes Berg1-0/+13
2008-10-31mac80211: provide sequence numbersJohannes Berg2-0/+12
2008-10-31rfkill: rate-limit rfkill-input workqueue usage (v3)Henrique de Moraes Holschuh1-8/+41
2008-10-31rfkill: honour EPO state when resuming a rfkill controllerHenrique de Moraes Holschuh1-2/+11
2008-10-31rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputHenrique de Moraes Holschuh3-80/+274
2008-10-31rfkill: export global states to rfkill-inputHenrique de Moraes Holschuh2-0/+15
2008-10-31rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh1-3/+4
2008-10-31mac80211: introduce hw config change flagsJohannes Berg7-32/+56
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg3-11/+0
2008-10-31802.11: clean up/fix HT supportJohannes Berg7-154/+167
2008-10-31mac80211: remove unused declaration of struct sta_attribute.Rami Rosen1-5/+0
2008-10-31mac80211: fix short slot handlingJohannes Berg2-37/+46
2008-10-31mac80211: remove max_antenna_gain configJohannes Berg1-2/+0
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg5-25/+13
2008-10-31mac80211: remove wiphy_to_hwJohannes Berg1-7/+0
2008-10-31mac80211: minor code cleanupsJohannes Berg9-52/+45
2008-10-31mac80211: remove writable debugs mesh parametersJohannes Berg1-88/+24
2008-10-31mac80211: remove aggregation status write support from debugfsJohannes Berg1-72/+1
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison26-150/+127
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison16-108/+78
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison15-103/+78
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison10-85/+69
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski6-6/+11
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski4-29/+19
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski8-0/+69
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2-0/+28
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy3-0/+28
2008-10-31xfrm: C99 for xfrm_dev_notifierAlexey Dobriyan1-3/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-41/+144
2008-10-31xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co1-0/+2
2008-10-30Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller4-4/+29
2008-10-30netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan1-2/+2
2008-10-30netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan1-0/+32
2008-10-30udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet1-2/+2
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-18/+58
2008-10-30netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2-0/+24
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore1-1/+1
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin1-3/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison33-60/+60
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison6-9/+9
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet2-4/+4
2008-10-29udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet1-1/+1
2008-10-29udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet1-3/+6
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet5-17/+54
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet6-148/+200