aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rfkill: rate-limit rfkill-input workqueue usage (v3)Henrique de Moraes Holschuh2008-10-311-8/+41
* rfkill: honour EPO state when resuming a rfkill controllerHenrique de Moraes Holschuh2008-10-311-2/+11
* rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputHenrique de Moraes Holschuh2008-10-313-80/+274
* rfkill: export global states to rfkill-inputHenrique de Moraes Holschuh2008-10-312-0/+15
* rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh2008-10-311-3/+4
* mac80211: introduce hw config change flagsJohannes Berg2008-10-317-32/+56
* mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2008-10-313-11/+0
* 802.11: clean up/fix HT supportJohannes Berg2008-10-317-154/+167
* mac80211: remove unused declaration of struct sta_attribute.Rami Rosen2008-10-311-5/+0
* mac80211: fix short slot handlingJohannes Berg2008-10-312-37/+46
* mac80211: remove max_antenna_gain configJohannes Berg2008-10-311-2/+0
* mac80211: clean up ieee80211_hw_config errorsJohannes Berg2008-10-315-25/+13
* mac80211: remove wiphy_to_hwJohannes Berg2008-10-311-7/+0
* mac80211: minor code cleanupsJohannes Berg2008-10-319-52/+45
* mac80211: remove writable debugs mesh parametersJohannes Berg2008-10-311-88/+24
* mac80211: remove aggregation status write support from debugfsJohannes Berg2008-10-311-72/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-3126-150/+127
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-3116-108/+78
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-3115-103/+78
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-3110-85/+69
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-316-6/+11
* pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski2008-10-314-29/+19
* pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski2008-10-318-0/+69
* pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2008-10-312-0/+28
* pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy2008-10-313-0/+28
* xfrm: C99 for xfrm_dev_notifierAlexey Dobriyan2008-10-311-3/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-3112-41/+144
|\
| * xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co2008-10-311-0/+2
| * Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller2008-10-304-4/+29
| |\
| | * netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2008-10-302-0/+24
| | * netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore2008-10-291-1/+1
| | * cipso: unsigned buf_len cannot be negativeroel kluin2008-10-291-3/+4
| * | netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-301-2/+2
| * | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-301-0/+32
| * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-302-18/+58
| |\ \
| | * | SUNRPC: Fix potential race in put_rpccred()Trond Myklebust2008-10-281-1/+1
| | * | SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust2008-10-281-7/+9
| | * | SUNRPC: Respond promptly to server TCP resetsTrond Myklebust2008-10-281-10/+48
| | |/
| * | pktgen: fix multiple queue warningJesse Brandeburg2008-10-281-14/+13
| * | mac80211: correct warnings in minstrel rate control algorithmJohn W. Linville2008-10-271-3/+3
| * | RFKILL: fix input layer initialisationDmitry Baryshkov2008-10-271-0/+5
| |/
* | udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet2008-10-301-2/+2
* | net: replace %p6 with %pI6Harvey Harrison2008-10-2933-60/+60
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-296-9/+9
* | udp: introduce sk_for_each_rcu_safenext()Eric Dumazet2008-10-292-4/+4
* | udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet2008-10-291-1/+1
* | udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet2008-10-291-3/+6
* | udp: RCU handling for Unicast packets.Eric Dumazet2008-10-295-17/+54
* | udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-296-148/+200
* | net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison2008-10-282-5/+3