Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | mISDN: Add PCI ID for Junghanns 8S card | Andreas Eversberg | 2009-05-25 | 1 | -0/+1 | |
| * | | | | | | | mISDN: Add XHFC support for embedded Speech-Design board to hfcmulti | Karsten Keil | 2009-05-25 | 1 | -0/+1 | |
| * | | | | | | | mISDN: Added layer-1-hold feature | Andreas Eversberg | 2009-05-25 | 1 | -0/+2 | |
| * | | | | | | | mISDN: Echo canceler now gets delay information from hardware | Andreas Eversberg | 2009-05-25 | 2 | -2/+3 | |
| * | | | | | | | mISDN: Add watchdog functionality to hfcmulti driver | Andreas Eversberg | 2009-05-25 | 1 | -1/+2 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-25 | 3 | -41/+75 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | wireless: move some utility functions from mac80211 to cfg80211 | Zhu Yi | 2009-05-22 | 3 | -28/+56 | |
| | * | | | | | | 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-22 | 1 | -0/+2 | |
| * | | | | | | | dropmon: add ability to detect when hardware dropsrxpackets | Neil Horman | 2009-05-22 | 2 | -0/+19 | |
| * | | | | | | | af_packet: Teach to listen for multiple unicast addresses. | Eric W. Biederman | 2009-05-22 | 1 | -0/+1 | |
| * | | | | | | | net: Remove unused parameter from fill method in fib_rules_ops. | Rami Rosen | 2009-05-21 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | sit: stateless autoconf for isatap | Sascha Hlusiak | 2009-05-20 | 2 | -1/+8 | |
| * | | | | | | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet | 2009-05-19 | 1 | -0/+3 | |
| * | | | | | | syscall: Implement a convinience function restart_syscall | Eric W. Biederman | 2009-05-19 | 1 | -0/+6 | |
| * | | | | | | net: TX_RING and packet mmap | Johann Baudy | 2009-05-19 | 2 | -5/+18 | |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-19 | 190 | -9863/+765 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | can: SJA1000 generic platform bus driver | Wolfgang Grandegger | 2009-05-19 | 1 | -0/+32 | |
| * | | | | | | | can: CAN Network device driver and Netlink interface | Wolfgang Grandegger | 2009-05-19 | 3 | -0/+184 | |
| * | | | | | | | net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue | Eric Dumazet | 2009-05-19 | 1 | -0/+3 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-18 | 4 | -57/+87 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nl80211: Add RSC configuration for new keys | Jouni Malinen | 2009-05-13 | 1 | -2/+2 | |
| | * | | | | | | | nl80211: Add IEEE 802.1X PAE control for station mode | Jouni Malinen | 2009-05-13 | 2 | -0/+14 | |
| | * | | | | | | | nl80211: improve station flags handling | Johannes Berg | 2009-05-13 | 2 | -24/+25 | |
| | * | | | | | | | cfg80211: implement wext key handling | Johannes Berg | 2009-05-13 | 1 | -0/+10 | |
| | * | | | | | | | mac80211: Robust Action frame categories for MFP | Jouni Malinen | 2009-05-11 | 1 | -1/+7 | |
| | * | | | | | | | 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 | 2 | -0/+19 | |
| * | | | | | | | | fcoe: adds spma mode support | Vasu Dev | 2009-05-18 | 1 | -0/+2 | |
| * | | | | | | | | mdio: Add XENPAK LASI register definitions | Ben Hutchings | 2009-05-18 | 1 | -0/+28 | |
| * | | | | | | | | mdio: Add 10GBASE-T SNR register definition | Ben Hutchings | 2009-05-18 | 1 | -0/+7 | |
| * | | | | | | | | net: tx scalability works : trans_start | Eric Dumazet | 2009-05-18 | 1 | -0/+11 | |
| * | | | | | | | | 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 | 3 | -43/+67 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mac80211: Update SA Query transaction id length | Jouni Malinen | 2009-05-06 | 1 | -1/+1 | |
| | * | | | | | | | wl12xx: add driver | Kalle Valo | 2009-05-06 | 1 | -0/+31 | |
| | * | | | | | | | 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 | 5 | -1/+21 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tcp: tcp_prequeue() can use keyed wakeups | Eric Dumazet | 2009-05-07 | 1 | -1/+2 |