1. 11f7342 net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT by Willy Tarreau · 6 years ago
  2. d9a4e70 net/appletalk: Fix kernel memory disclosure by Vlad Tsyrklevich · 7 years ago
  3. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  4. bf60e50 net/appletalk: LTPC needs virt_to_bus by Arnd Bergmann · 9 years ago
  5. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  6. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  7. 9b5645b appletalk: remove "config IPDDP_DECAP" by Paul Bolle · 11 years ago
  8. b5497ee net: Use PTR_RET rather than if(IS_ERR(.. [1] by Thomas Meyer · 12 years ago
  9. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  10. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  11. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  12. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  13. 60d9f46 appletalk: remove the BKL by Arnd Bergmann · 13 years ago
  14. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  15. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  16. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  17. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  18. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  19. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  20. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  21. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  22. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  23. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 14 years ago
  24. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  26. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 14 years ago
  27. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  28. ffcfb8d Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loaded by Arnaldo Carvalho de Melo · 15 years ago
  29. 0fc4809 appletalk: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  30. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  31. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  32. 98a1708 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. by Martin Olsson · 15 years ago
  33. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  34. 5615968 appletalk: Add proper locking around IPDDP routing table. by David S. Miller · 15 years ago
  35. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  36. 816b26f appletalk: convert LTPC to net_device_ops by Stephen Hemminger · 15 years ago
  37. 4fafc12 appletalk: convert LTPC to use internal net_device_stats by Stephen Hemminger · 15 years ago
  38. c2839d4 appltetalk: convert cops device to net_device ops by Stephen Hemminger · 15 years ago
  39. 8bbce3f appletalk: convert cops to internal net_device_stats by Stephen Hemminger · 15 years ago
  40. 43a67304 appletalk: convert ipddp to net_device_ops by Stephen Hemminger · 15 years ago
  41. 9de6d99 netdev: remove pathetic compile-command lines by Alexey Dobriyan · 15 years ago
  42. 454d7c9 netdevice: safe convert to netdev_priv() #part-1 by Wang Chen · 16 years ago
  43. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  44. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  45. 7ab267d fix warning in drivers/net/appletalk/cops.c by Jeff Garzik · 16 years ago
  46. b132fba drivers/net/appletalk: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  47. b32dac0 /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  48. 32c9874 drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  49. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  50. 16989ba drivers/net/appletalk: endianness by Al Viro · 17 years ago
  51. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  52. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  53. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  54. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  55. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  56. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 17 years ago
  57. afc8eb4 [PATCH] trivial missing __init in drivers/net/* by Al Viro · 18 years ago
  58. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  59. 2a50f28 [ATALK]: endianness annotations by Al Viro · 18 years ago
  60. 5f3bc45 [PATCH] cops section fix by Andrew Morton · 18 years ago
  61. 9cac2c3 [ATALK]: Make CONFIG_DEV_APPLETALK a tristate. by David S. Miller · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 72fb630 [APPLETALK]: warning fix by Andrew Morton · 18 years ago
  64. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  65. 2c4ee8f [LTPC]: Replace schedule_timeout() with ssleep()/msleep() by Nishanth Aravamudan · 19 years ago
  66. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  67. 3ef4e9a [ATALK]: Add alloc_ltalkdev(). by Christoph Hellwig · 19 years ago
  68. a553260 [PATCH] ISA DMA Kconfig fixes - part 3 by Al Viro · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago