1. ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  2. 63a2bb1 net: lapbether: fix the code style issue about line length by Peng Li · 3 years, 7 months ago
  3. c564c04 net: lapbether: fix the alignment issue by Peng Li · 3 years, 7 months ago
  4. d498596 net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev" by Peng Li · 3 years, 7 months ago
  5. 4f9893c net: lapbether: fix the comments style issue by Peng Li · 3 years, 7 months ago
  6. d5e686e net: lapbether: remove unnecessary out of memory message by Peng Li · 3 years, 7 months ago
  7. 2e35078 net: lapbether: remove trailing whitespaces by Peng Li · 3 years, 7 months ago
  8. a61bebc net: lapbether: move out assignment in if condition by Peng Li · 3 years, 7 months ago
  9. 5bc5f5f2 net: lapbether: add blank line after declarations by Peng Li · 3 years, 7 months ago
  10. eff57ab net: lapbether: remove redundant blank line by Peng Li · 3 years, 7 months ago
  11. 514e115 net: x25: Queue received packets in the drivers instead of per-CPU queues by Xie He · 3 years, 10 months ago
  12. 536e100 net: lapbether: Close the LAPB device before its underlying Ethernet device closes by Xie He · 3 years, 10 months ago
  13. 5acd0cf net: lapbether: Prevent racing when checking whether the netif is running by Xie He · 3 years, 10 months ago
  14. f7d9d48 net: lapbether: Remove netif_start_queue / netif_stop_queue by Xie He · 3 years, 10 months ago
  15. 3b0c860 net: lapbether: Consider it successful if (dis)connecting when already (dis)connected by Xie He · 4 years, 1 month ago
  16. 83f9a9c drivers/net/wan/lapbether: Make skb->protocol consistent with the header by Xie He · 4 years, 4 months ago
  17. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  18. 91244d1 drivers/net/wan/lapbether: Set network_header before transmitting by Xie He · 4 years, 5 months ago
  19. 1ee39c1 drivers/net/wan/lapbether: Added needed_tailroom by Xie He · 4 years, 5 months ago
  20. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  21. c7ca03c drivers/net/wan/lapbether: Added needed_headroom and a skb->len check by Xie He · 4 years, 5 months ago
  22. 8754e13 drivers/net/wan: lapb: Corrected the usage of skb_cow by Xie He · 4 years, 6 months ago
  23. 9dc829a1 drivers/net/wan/lapbether: Fixed the value of hard_header_len by Xie He · 4 years, 6 months ago
  24. 93ad0f9 net: wan: lapbether.c: Use built-in RCU list checking by Madhuparna Bhowmik · 5 years ago
  25. ee5d8f4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41 by Thomas Gleixner · 6 years ago
  26. 7db8874 net: lapbether: fix double free by Pan Bian · 7 years ago
  27. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  28. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  29. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 10 years ago
  30. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  31. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  32. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  33. d97a077 wan: make LAPB callbacks const by stephen hemminger · 13 years ago
  34. 23efcb7 wan: Update to current logging forms by Joe Perches · 14 years ago
  35. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
  36. dcfc5d7 wan: make read-only data const by stephen hemminger · 14 years ago
  37. 4d99503 X25: Use identifiers for lapbether device to x25 interface by andrew hendry · 15 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  39. d71a674 wan: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  40. d77eeb7 net: fix network drivers ndo_start_xmit() return values by Patrick McHardy · 16 years ago
  41. 39549b1 labether: convert to net_device_ops by Stephen Hemminger · 16 years ago
  42. ea2ebaf lapbether: convert to internal net_device_stats by Stephen Hemminger · 16 years ago
  43. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  44. 81b700b lapb: get rid of non-const printk warning by Stephen Hemminger · 16 years ago
  45. 5ee0d59 drivers/net/wan: fix warning: format not a string literal and no ... by Hannes Eder · 16 years ago
  46. 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  47. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  48. e544ff0 lapbeth: Release ->ethdev when unregistering device. by David S. Miller · 17 years ago
  49. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  50. 293a383 lapb: use the shorter LIST_HEAD form for brevity by Robert P. J. Day · 17 years ago
  51. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  52. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  53. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  54. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  55. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  56. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago