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