Age | Commit message (Expand) | Author |
2010-07-26 | genetlink: use genl_register_family_with_ops() | Changli Gao |
2010-07-26 | drop_monitor: use genl_register_family_with_ops() | Changli Gao |
2010-07-26 | genetlink: cleanup code according to CodingStyle | Changli Gao |
2010-07-26 | wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE | David S. Miller |
2010-07-26 | netlink: netlink_recvmsg() fix | Eric Dumazet |
2010-07-24 | net: pskb_expand_head() optimization | Eric Dumazet |
2010-07-24 | sysfs: add attribute to indicate hw address assignment type | Stefan Assmann |
2010-07-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller |
2010-07-23 | net: core: don't use own hex_to_bin() method | Andy Shevchenko |
2010-07-22 | caif: precedence bug | Dan Carpenter |
2010-07-22 | net: RTA_MARK addition | Eric Dumazet |
2010-07-21 | net: remove last uses of __attribute__((packed)) | Gustavo F. Padovan |
2010-07-21 | mac80211: proper IBSS locking | Johannes Berg |
2010-07-21 | mac80211: fix IBSS lockdep complaint | Johannes Berg |
2010-07-21 | mac80211: refuse shared key auth when WEP is unavailable | Johannes Berg |
2010-07-21 | cfg80211: fix race between sysfs and cfg80211 | Maxime Bizon |
2010-07-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-07-20 | wireless: remove unnecessary reg_same_country_ie_hint | John W. Linville |
2010-07-20 | wireless: mark cfg80211_is_all_idle as static | John W. Linville |
2010-07-20 | wireless: correct sparse warning in generated regdb.c | John W. Linville |
2010-07-20 | wireless: correct sparse warning in wext-compat.c | John W. Linville |
2010-07-20 | wireless: correct sparse warning in lib80211_crypt_tkip.c | John W. Linville |
2010-07-20 | wireless: only use alpha2 regulatory information from country IE | John W. Linville |
2010-07-20 | drop_monitor: convert some kfree_skb call sites to consume_skb | Neil Horman |
2010-07-20 | drop_monitor: Add error code to detect duplicate state changes | Neil Horman |
2010-07-20 | __dst_free(): put EXPORT_SYMBOLS after the fct | Nicolas Dichtel |
2010-07-20 | mac80211: set carrier on for monitor interfaces on ieee80211_open | David Gnedt |
2010-07-20 | mac80211: move QoS-enable to BSS info | Johannes Berg |
2010-07-20 | mac80211: fix aggregation action frame handling with AP VLANs | Felix Fietkau |
2010-07-19 | bridge: Partially disable netpoll support | Herbert Xu |
2010-07-19 | net: this_cpu_xxx conversions | Eric Dumazet |
2010-07-19 | tcp: fix crash in tcp_xmit_retransmit_queue | Ilpo Järvinen |
2010-07-19 | net: 64bit stats for netdev_queue | Eric Dumazet |
2010-07-18 | sch_atm: Convert to use standard list_head facilities. | David S. Miller |
2010-07-18 | net: support time stamping in phy devices. | Richard Cochran |
2010-07-18 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran |
2010-07-18 | vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) | Pedro Garcia |
2010-07-18 | net: Remove MAX_SOCK_ADDR constant | Tetsuo Handa |
2010-07-18 | net: dccp: fix sign bug | Kulikov Vasiliy |
2010-07-18 | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) | Arnaud Ebalard |
2010-07-16 | mac80211: improve error checking if WEP fails to init | John W. Linville |
2010-07-16 | mac80211: skip HT parsing if HW does not support HT | Christian Lamparter |
2010-07-15 | ipmr: Don't leak memory if fib lookup fails. | Ben Greear |
2010-07-15 | net: bridge: fix sign bug | Kulikov Vasiliy |
2010-07-14 | net: fix problem in reading sock TX queue | Tom Herbert |
2010-07-14 | Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue | Chihau Chau |
2010-07-14 | net/core: neighbour update Oops | Doug Kehn |
2010-07-14 | net/sched: potential data corruption | Dan Carpenter |
2010-07-14 | net: skb_tx_hash() fix relative to skb_orphan_try() | Eric Dumazet |
2010-07-14 | rfs: call sock_rps_record_flow() in tcp_splice_read() | Changli Gao |