aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-24net: pskb_expand_head() optimizationEric Dumazet1-1/+1
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann1-0/+2
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-717/+98
2010-07-23net: core: don't use own hex_to_bin() methodAndy Shevchenko1-24/+12
2010-07-22caif: precedence bugDan Carpenter1-1/+1
2010-07-22net: RTA_MARK additionEric Dumazet1-0/+7
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan1-1/+1
2010-07-21mac80211: proper IBSS lockingJohannes Berg2-50/+54
2010-07-21mac80211: fix IBSS lockdep complaintJohannes Berg1-5/+14
2010-07-21mac80211: refuse shared key auth when WEP is unavailableJohannes Berg1-0/+2
2010-07-21cfg80211: fix race between sysfs and cfg80211Maxime Bizon1-6/+8
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-18/+66
2010-07-20wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville1-45/+0
2010-07-20wireless: mark cfg80211_is_all_idle as staticJohn W. Linville1-1/+1
2010-07-20wireless: correct sparse warning in generated regdb.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in wext-compat.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville1-1/+1
2010-07-20wireless: only use alpha2 regulatory information from country IEJohn W. Linville1-613/+12
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman2-5/+6
2010-07-20drop_monitor: Add error code to detect duplicate state changesNeil Horman1-2/+8
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel1-1/+1
2010-07-20mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt1-0/+2
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg3-12/+10
2010-07-20mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau1-2/+2
2010-07-19bridge: Partially disable netpoll supportHerbert Xu2-31/+1
2010-07-19net: this_cpu_xxx conversionsEric Dumazet2-4/+3
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-1/+3
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller1-57/+41
2010-07-18net: support time stamping in phy devices.Richard Cochran5-1/+144
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-2/+1
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia3-49/+86
2010-07-18net: Remove MAX_SOCK_ADDR constantTetsuo Handa1-9/+0
2010-07-18net: dccp: fix sign bugKulikov Vasiliy1-1/+1
2010-07-18IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-07-16mac80211: improve error checking if WEP fails to initJohn W. Linville1-1/+4
2010-07-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-07-15ipmr: Don't leak memory if fib lookup fails.Ben Greear1-2/+6
2010-07-15net: bridge: fix sign bugKulikov Vasiliy1-1/+1
2010-07-14net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-14Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau1-2/+1
2010-07-14net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-14net/sched: potential data corruptionDan Carpenter1-2/+2
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-14xfrm: do not assume that template resolving always returns xfrmsTimo Teräs1-2/+13
2010-07-14cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville10-28/+39
2010-07-12net/irda: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-07-12net/core: Remove unnecessary casts of private_dataJoe Perches1-2/+2