summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_COREDavid S. Miller2010-07-261-1/+1
* netlink: netlink_recvmsg() fixEric Dumazet2010-07-261-6/+16
* net: pskb_expand_head() optimizationEric Dumazet2010-07-241-1/+1
* sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-2315-717/+98
|\
| * mac80211: proper IBSS lockingJohannes Berg2010-07-212-50/+54
| * mac80211: fix IBSS lockdep complaintJohannes Berg2010-07-211-5/+14
| * mac80211: refuse shared key auth when WEP is unavailableJohannes Berg2010-07-211-0/+2
| * cfg80211: fix race between sysfs and cfg80211Maxime Bizon2010-07-211-6/+8
| * wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville2010-07-201-45/+0
| * wireless: mark cfg80211_is_all_idle as staticJohn W. Linville2010-07-201-1/+1
| * wireless: correct sparse warning in generated regdb.cJohn W. Linville2010-07-201-0/+1
| * wireless: correct sparse warning in wext-compat.cJohn W. Linville2010-07-201-0/+1
| * wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville2010-07-201-1/+1
| * wireless: only use alpha2 regulatory information from country IEJohn W. Linville2010-07-201-613/+12
| * mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt2010-07-201-0/+2
| * mac80211: move QoS-enable to BSS infoJohannes Berg2010-07-203-12/+10
| * mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau2010-07-201-2/+2
| * mac80211: improve error checking if WEP fails to initJohn W. Linville2010-07-161-1/+4
| * mac80211: skip HT parsing if HW does not support HTChristian Lamparter2010-07-161-1/+1
| * cfg80211: don't get expired BSSesJohannes Berg2010-07-141-0/+5
* | net: core: don't use own hex_to_bin() methodAndy Shevchenko2010-07-231-24/+12
* | caif: precedence bugDan Carpenter2010-07-221-1/+1
* | net: RTA_MARK additionEric Dumazet2010-07-221-0/+7
* | net: remove last uses of __attribute__((packed))Gustavo F. Padovan2010-07-211-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-2013-18/+66
|\ \
| * | bridge: Partially disable netpoll supportHerbert Xu2010-07-192-31/+1
| * | tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
| * | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard2010-07-181-1/+2
| * | ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-151-2/+6
| * | net: fix problem in reading sock TX queueTom Herbert2010-07-141-4/+3
| * | net/core: neighbour update OopsDoug Kehn2010-07-141-1/+4
| * | net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10
| * | rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
| * | xfrm: do not assume that template resolving always returns xfrmsTimo Teräs2010-07-141-2/+13
| * | dsa: Fix Kconfig dependencies.David S. Miller2010-07-121-1/+1
| * | act_nat: not all of the ICMP packets need an IP header payloadChangli Gao2010-07-121-1/+4
| * | Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont2010-07-081-0/+1
| * | Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo2010-07-081-0/+5
| * | Bluetooth: Reset the security level after an authentication failureJohan Hedberg2010-07-081-0/+2
| * | Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko2010-07-081-3/+11
* | | drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman2010-07-202-5/+6
* | | drop_monitor: Add error code to detect duplicate state changesNeil Horman2010-07-201-2/+8
* | | __dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel2010-07-201-1/+1
* | | net: this_cpu_xxx conversionsEric Dumazet2010-07-192-4/+3
* | | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* | | sch_atm: Convert to use standard list_head facilities.David S. Miller2010-07-181-57/+41
* | | net: support time stamping in phy devices.Richard Cochran2010-07-185-1/+144
* | | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-2/+1
* | | vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-183-49/+86
OpenPOWER on IntegriCloud