aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-13mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-13mac80211: fix BSSID setup for beacon framesRui Paulo1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-13mac80211: properly forward the RANN IERui Paulo1-1/+3
2009-11-13mac80211: update PERR frame formatRui Paulo3-13/+60
2009-11-13mac80211: implement RANN processing and forwardingRui Paulo3-8/+76
2009-11-11mac80211: fix max HT rate processing on mac80211Luis R. Rodriguez1-3/+15
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau7-12/+99
2009-11-11nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau1-0/+11
2009-11-11mac80211: improve peer link management debuggingRui Paulo1-2/+13
2009-11-11mac80211: improve HWMP debuggingRui Paulo1-6/+5
2009-11-11mac80211: allow processing of more than one HWMP IERui Paulo1-22/+25
2009-11-11mac80211: add MAC80211_VERBOSE_MHWMP_DEBUGRui Paulo2-4/+28
2009-11-11mac80211: update the format of path selection framesRui Paulo2-1/+2
2009-11-11mac80211: update peer link management IE and action framesRui Paulo4-18/+20
2009-11-11mac80211: fix typo in a commentRui Paulo1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo2-3/+8
2009-11-11mac80211: set MESH_TTL to 31Rui Paulo1-1/+1
2009-11-11mac80211: update meshconf IERui Paulo2-45/+34
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-10IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-10decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-10net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-10vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov3-3/+3
2009-11-10udp: bind() optimisationEric Dumazet2-15/+72
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont2-25/+55
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller26-699/+466
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-28/+33
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy1-13/+17
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-0/+23
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2-2/+18
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-5/+26
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet2-8/+44
2009-11-08udp: add a counter into udp_hslotEric Dumazet1-0/+3
2009-11-08net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell1-0/+1
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman3-14/+30
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches1-7/+2
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet1-12/+11
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12