aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David 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
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison2-5/+3
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger3-6/+30
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison9-55/+39
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison13-53/+34
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison10-64/+45
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison6-24/+17
2008-10-28xfrm: Notify changes in UDP encapsulation via netlinkMartin Willi1-0/+52
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan5-14/+1