Age | Commit message (Expand) | Author |
2010-04-22 | X25: Use identifiers for hdlc x25 device to x25 interface | andrew hendry |
2010-04-22 | X25: Use identifiers for cyclades device to x25 interface | andrew hendry |
2010-04-22 | X25: Use identifiers for lapbether device to x25 interface | andrew hendry |
2010-04-22 | X25: Use identifiers for x25 async device to x25 interface | andrew hendry |
2010-04-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-04-16 | WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver. | Krzysztof Halasa |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-24 | net/various: remove trailing space in messages | Frans Pop |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2010-02-04 | Coding style correction of some wan drivers | Rudy Matela |
2010-01-07 | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2009-12-04 | hdlc: spelling fix in find_pvc() comment | Rudy Matela |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa |
2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches |
2009-12-02 | net: Coding style corrections on Sealevel Systems 4021 driver. | Rudy Matela |
2009-12-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-30 | wan: cosa: drop chan->wsem on error path | Dan Carpenter |
2009-11-29 | wan: Coding style correction in HDLC/Frame Relay support routines | Rudy Matela |
2009-11-29 | wan: Frame Relay/DLCI coding style corrections. | Rudy Matela |
2009-11-25 | net: use net_eq to compare nets | Octavian Purdila |
2009-11-18 | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches |
2009-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-11-18 | drivers/net/wan: remove exceptional & on function name | Julia Lawall |
2009-11-06 | net, compat_ioctl: handle socket ioctl abuses in tty drivers | Arnd Bergmann |
2009-10-18 | cosa: Kill off the use of the old ioctl path | Alan Cox |
2009-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2009-10-13 | headers: Fix build after <linux/sched.h> removal | Ingo Molnar |
2009-10-13 | WAN: fix Cisco HDLC handshaking. | Krzysztof Halasa |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan |
2009-09-11 | drivers/net/wan: introduce missing kfree | Julia Lawall |
2009-09-07 | IXP42x HSS support for setting internal clock rate | Krzysztof Halasa |
2009-09-07 | WAN: remove deprecated PCI_DEVICE_ID from PCI200SYN driver. | Krzysztof Halasa |
2009-09-07 | wan: dlci/sdla transmit return dehacking | Stephen Hemminger |
2009-09-03 | WAN: dscc4: Fix warning pointing out a bug. | David S. Miller |
2009-09-01 | wan: convert drivers to netdev_tx_t | Stephen Hemminger |
2009-08-30 | WAN: bit and/or confusion | roel kluin |
2009-08-29 | WAN/LMC: Fix type_trans(). | Krzysztof Halasa |
2009-08-13 | lmc: Read outside array bounds | roel kluin |
2009-08-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches |
2009-07-05 | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-07-05 | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal |
2009-06-17 | net: fix network drivers ndo_start_xmit() return values | Patrick McHardy |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2009-06-13 | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy |
2009-06-13 | net: fix network drivers ndo_start_xmit() return values (part 4) | Patrick McHardy |