summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2008-10-31Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com
2008-10-31mac80211: inform userspace of probe/auth/assoc timeoutJohannes Berg
2008-10-31mac80211: remove rate_control_clearJohannes Berg
2008-10-31minstrel: improve performance for non-MRR driversFelix Fietkau
2008-10-31nl80211: fix monitor flagsJohannes Berg
2008-10-31make ieee80211 invisibleJohannes Berg
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg
2008-10-31mac80211: add might_sleep to hw_configJohannes Berg
2008-10-31mac80211: rewrite HT handlingJohannes Berg
2008-10-31mac80211: move bss_conf into vifJohannes Berg
2008-10-31mac80211: make retry limits part of hw configJohannes Berg
2008-10-31nl80211: export HT capabilitiesJohannes Berg
2008-10-31mac80211: provide sequence numbersJohannes Berg
2008-10-31rfkill: rate-limit rfkill-input workqueue usage (v3)Henrique de Moraes Holschuh
2008-10-31rfkill: honour EPO state when resuming a rfkill controllerHenrique de Moraes Holschuh
2008-10-31rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputHenrique de Moraes Holschuh
2008-10-31rfkill: export global states to rfkill-inputHenrique de Moraes Holschuh
2008-10-31rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh
2008-10-31mac80211: introduce hw config change flagsJohannes Berg
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg
2008-10-31802.11: clean up/fix HT supportJohannes Berg
2008-10-31mac80211: remove unused declaration of struct sta_attribute.Rami Rosen
2008-10-31mac80211: fix short slot handlingJohannes Berg
2008-10-31mac80211: remove max_antenna_gain configJohannes Berg
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg
2008-10-31mac80211: remove wiphy_to_hwJohannes Berg
2008-10-31mac80211: minor code cleanupsJohannes Berg
2008-10-31mac80211: remove writable debugs mesh parametersJohannes Berg
2008-10-31mac80211: remove aggregation status write support from debugfsJohannes Berg
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy
2008-10-31xfrm: C99 for xfrm_dev_notifierAlexey Dobriyan
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-31xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co
2008-10-30Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller
2008-10-30netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan
2008-10-30netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan
2008-10-30udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-10-30netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin
2008-10-29net: replace %p6 with %pI6Harvey Harrison