| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-06-07 | 3 | -17/+68 |
|\ |
|
| * | cfg80211: add rfkill support | Johannes Berg | 2009-06-03 | 2 | -7/+42 |
| * | cfg80211: move txpower wext from mac80211 | Johannes Berg | 2009-06-03 | 1 | -0/+30 |
| * | rfkill: rewrite | Johannes Berg | 2009-06-03 | 1 | -6/+2 |
| * | mac80211: deprecate conf.beacon_int properly | Johannes Berg | 2009-06-03 | 1 | -12/+2 |
* | | sctp: support non-blocking version of the new sctp_connectx() API | Vlad Yasevich | 2009-06-03 | 1 | -0/+2 |
* | | sctp: fix to choose alternate destination when retransmit ASCONF chunk | Wei Yongjun | 2009-06-03 | 1 | -4/+2 |
|/ |
|
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 5 | -8/+14 |
* | net: skb->rtable accessor | Eric Dumazet | 2009-06-03 | 1 | -1/+1 |
* | ipv4: New multicast-all socket option | Nivedita Singhvi | 2009-06-02 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-25 | 2 | -41/+66 |
|\ |
|
| * | wireless: move some utility functions from mac80211 to cfg80211 | Zhu Yi | 2009-05-22 | 2 | -28/+47 |
| * | mac80211: fix kernel-doc | Johannes Berg | 2009-05-20 | 1 | -1/+0 |
| * | cfg80211: allow wext to remove keys that don't exist | Johannes Berg | 2009-05-20 | 1 | -2/+3 |
| * | cfg80211: mark wiphy->privid as pointer to const | David Kilroy | 2009-05-20 | 1 | -1/+1 |
| * | cfg80211: mark ops as pointer to const | David Kilroy | 2009-05-20 | 1 | -1/+1 |
| * | wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ | Luis R. Rodriguez | 2009-05-20 | 1 | -5/+5 |
| * | cfg80211: Process regulatory max bandwidth checks for HT40 | Luis R. Rodriguez | 2009-05-20 | 1 | -4/+10 |
* | | genetlink: Introduce genl_register_family_with_ops() | Michał Mirosław | 2009-05-21 | 1 | -0/+2 |
* | | net: Remove unused parameter from fill method in fib_rules_ops. | Rami Rosen | 2009-05-20 | 1 | -1/+0 |
|/ |
|
* | sit: stateless autoconf for isatap | Sascha Hlusiak | 2009-05-19 | 1 | -0/+7 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-18 | 1 | -1/+0 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-05-05 | 2 | -1/+14 |
| |\ |
|
| * | | net/9p: handle correctly interrupted 9P requests | Latchesar Ionkov | 2009-04-05 | 1 | -1/+0 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-18 | 2 | -53/+32 |
|\ \ \ |
|
| * | | | nl80211: Add IEEE 802.1X PAE control for station mode | Jouni Malinen | 2009-05-13 | 1 | -0/+5 |
| * | | | nl80211: improve station flags handling | Johannes Berg | 2009-05-13 | 1 | -23/+5 |
| * | | | cfg80211: implement wext key handling | Johannes Berg | 2009-05-13 | 1 | -0/+10 |
| * | | | cfg80211: put wext data into substructure | Johannes Berg | 2009-05-11 | 1 | -2/+4 |
| * | | | cfg80211: constify key mac address in ops | Johannes Berg | 2009-05-11 | 1 | -3/+3 |
| * | | | mac80211: remove ieee80211_ht_bss_info | Johannes Berg | 2009-05-11 | 1 | -16/+0 |
| * | | | mac80211: move HT operation mode BSS info | Johannes Berg | 2009-05-11 | 1 | -9/+3 |
| * | | | nl80211 : Add support for configuring MFP | Jouni Malinen | 2009-05-11 | 1 | -0/+2 |
* | | | | ipv4: remove an unused parameter from configure method of fib_rules_ops. | Rami Rosen | 2009-05-17 | 1 | -1/+0 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-08 | 1 | -42/+35 |
|\ \ \ |
|
| * | | | mac80211: tell driver when idle | Johannes Berg | 2009-05-06 | 1 | -0/+8 |
| * | | | mac80211: unify config_interface and bss_info_changed | Johannes Berg | 2009-05-06 | 1 | -38/+13 |
| * | | | mac80211: clean up beacon interval settings | Johannes Berg | 2009-05-06 | 1 | -2/+12 |
| * | | | mac80211: rename max_sleep_interval to max_sleep_period | Johannes Berg | 2009-05-06 | 1 | -2/+2 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-08 | 2 | -1/+14 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Bluetooth: Fix issue with sysfs handling for connections | Marcel Holtmann | 2009-05-04 | 1 | -0/+1 |
| * | | | tcp: Fix tcp_prequeue() to get correct rto_min value | Satoru SATOH | 2009-05-04 | 1 | -1/+13 |
| | |/
| |/| |
|
* | | | tcp: tcp_prequeue() can use keyed wakeups | Eric Dumazet | 2009-05-07 | 1 | -1/+2 |
* | | | tcp: tcp_prequeue() cleanup | Eric Dumazet | 2009-05-07 | 1 | -22/+23 |
| |/
|/| |
|
* | | ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h. | Rami Rosen | 2009-05-03 | 1 | -2/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-04-29 | 2 | -3/+6 |
|\ \
| |/ |
|
| * | Bluetooth: Add different pairing timeout for Legacy Pairing | Marcel Holtmann | 2009-04-28 | 2 | -2/+4 |
| * | Bluetooth: Ensure that HCI sysfs add/del is preempt safe | Roger Quadros | 2009-04-28 | 1 | -1/+2 |
* | | snmp: add missing counters for RFC 4293 | Neil Horman | 2009-04-27 | 3 | -2/+35 |
* | | ipv4: remove unused member in fib_table. | Rami Rosen | 2009-04-27 | 1 | -1/+0 |