summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: bind() optimisationEric Dumazet2009-11-102-15/+72
* Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-101-17/+12
* Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-102-25/+55
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-0926-699/+466
|\
| * mac80211: async station powersave handlingJohannes Berg2009-11-066-85/+168
| * mac80211: fix internal scan requestJohannes Berg2009-11-041-0/+1
| * mac80211: Fix IBSS mergeSujith2009-11-041-0/+4
| * mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-041-2/+16
| * cfg80211: remove dead variableJohannes Berg2009-11-041-2/+0
| * cfg80211: validate scan channelsJohannes Berg2009-11-023-18/+35
| * cfg80211: Fix WEXT compat siwauth wpa and group cipherJouni Malinen2009-11-021-4/+2
| * mac80211: fix scan abort sanity checksJohannes Berg2009-11-021-4/+8
| * mac80211: make CALL_TXH a statementJohannes Berg2009-11-021-16/+18
| * mac80211: remove bogus codeJohannes Berg2009-10-301-7/+0
| * mac80211: remove sent_ps_bufferedJohannes Berg2009-10-302-6/+3
| * mac80211: also drop qos-nullfunc frames silentlyJohannes Berg2009-10-301-5/+10
| * mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg2009-10-301-4/+3
| * mac80211: deprecate qual valueJohannes Berg2009-10-303-5/+0
| * mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-3/+14
| * mac80211: make align adjustment code support paged SKBZhu Yi2009-10-301-4/+4
| * mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2009-10-302-25/+16
| * mac80211: fix radiotap header generationJohannes Berg2009-10-301-14/+12
| * mac80211: split hardware scan by bandJohannes Berg2009-10-303-32/+80
| * mac80211: remove outdated commentJohannes Berg2009-10-301-2/+0
| * mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo2009-10-301-1/+5
| * mac80211: refactor dynamic power save checkKalle Valo2009-10-301-3/+21
| * cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg2009-10-3014-462/+51
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-083-28/+33
|\ \
| * | can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-081-7/+12
| * | ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu2009-11-061-15/+17
| * | netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt2009-11-061-6/+4
* | | xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-081-13/+17
* | | net/compat_ioctl: support SIOCWANDEVArnd Bergmann2009-11-081-0/+23
* | | net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann2009-11-081-0/+3
* | | udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2009-11-082-2/+18
* | | ipv6: udp: Optimise multicast receptionEric Dumazet2009-11-081-24/+47
* | | ipv4: udp: Optimise multicast receptionEric Dumazet2009-11-081-26/+50
* | | ipv6: udp: optimize unicast RX pathEric Dumazet2009-11-081-3/+109
* | | ipv4: udp: optimize unicast RX pathEric Dumazet2009-11-081-3/+112
* | | udp: secondary hash on (local port, local address)Eric Dumazet2009-11-081-5/+26
* | | udp: split sk_hash into two u16 hashesEric Dumazet2009-11-082-8/+44
* | | udp: add a counter into udp_hslotEric Dumazet2009-11-081-0/+3
* | | net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell2009-11-081-0/+1
* | | net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-083-14/+30
* | | appletalk/ddp.c: Neaten checksum functionJoe Perches2009-11-081-7/+2
* | | ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet2009-11-081-12/+11
* | | rtnetlink: CleanupsEric Dumazet2009-11-071-31/+23
* | | net/x25: push BKL usage into x25_protoArnd Bergmann2009-11-071-11/+60
* | | net/irda: push BKL into proto_opsArnd Bergmann2009-11-071-107/+224
* | | net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann2009-11-071-8/+46
OpenPOWER on IntegriCloud