| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 2007-02-12 | 1 | -2/+2 |
* | [NET] CORE: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -48/+48 |
* | [NET]: unregister_netdevice as void | Stephen Hemminger | 2007-02-08 | 1 | -8/+5 |
* | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 | 1 | -3/+3 |
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 1 | -2/+0 |
* | [NET]: Split skb->csum | Al Viro | 2006-12-02 | 1 | -2/+2 |
* | [NET]: Annotate callers of csum_fold() in net/* | Al Viro | 2006-12-02 | 1 | -2/+2 |
* | [NET] net/core: Annotations. | Al Viro | 2006-12-02 | 1 | -2/+2 |
* | [NET]: The scheduled removal of the frame diverter. | Adrian Bunk | 2006-12-02 | 1 | -16/+4 |
* | [PATCH] netdev: don't allow register_netdev with blank name | Stephen Hemminger | 2006-12-02 | 1 | -9/+0 |
* | [PATCH] rename net_random to random32 | Stephen Hemminger | 2006-10-17 | 1 | -2/+0 |
* | [NET_SCHED]: Fix fallout from dev->qdisc RCU change | Patrick McHardy | 2006-09-28 | 1 | -6/+8 |
* | [NET] netdev: Check name length | Stephen Hemminger | 2006-09-22 | 1 | -1/+5 |
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -6/+6 |
* | [NET]: Disallow whitespace in network device names. | David S. Miller | 2006-08-17 | 1 | -5/+14 |
* | [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path. | David S. Miller | 2006-08-17 | 1 | -17/+1 |
* | [NET]: Fix more per-cpu typos | Alexey Dobriyan | 2006-08-02 | 1 | -2/+2 |
* | [I/OAT]: Remove CPU hotplug lock from net_dma_rebalance | Chris Leech | 2006-08-02 | 1 | -5/+0 |
* | [NET]: Kill the WARN_ON() calls for checksum fixups. | David S. Miller | 2006-08-02 | 1 | -10/+0 |
* | [NET] gso: Fix up GSO packets with broken checksums | Herbert Xu | 2006-07-08 | 1 | -4/+32 |
* | [NET]: Fix network device interface printk message priority | Stephen Hemminger | 2006-07-07 | 1 | -3/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [NET]: Make illegal_highdma more anal | Herbert Xu | 2006-06-29 | 1 | -4/+2 |
* | [NET]: Added GSO header verification | Herbert Xu | 2006-06-29 | 1 | -9/+24 |
* | [NET]: make net/core/dev.c:netdev_nit static | Adrian Bunk | 2006-06-25 | 1 | -1/+1 |
* | [NET]: Fix GSO problems in dev_hard_start_xmit() | Michael Chan | 2006-06-25 | 1 | -0/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-06-23 | 1 | -10/+127 |
|\ |
|
| * | [NET]: fix net-core kernel-doc | Randy Dunlap | 2006-06-23 | 1 | -2/+2 |
| * | [NET]: Add generic segmentation offload | Herbert Xu | 2006-06-23 | 1 | -5/+122 |
| * | [NET]: Prevent transmission after dev_deactivate | Herbert Xu | 2006-06-23 | 1 | -3/+3 |
* | | [PATCH] list: use list_replace_init() instead of list_splice_init() | Oleg Nesterov | 2006-06-23 | 1 | -3/+3 |
|/ |
|
* | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM | Herbert Xu | 2006-06-17 | 1 | -4/+2 |
* | [NET]: Clean up skb_linearize | Herbert Xu | 2006-06-17 | 1 | -61/+2 |
* | [NET]: Add netif_tx_lock | Herbert Xu | 2006-06-17 | 1 | -7/+5 |
* | [I/OAT]: Setup the networking subsystem as a DMA client | Chris Leech | 2006-06-17 | 1 | -0/+104 |
* | [NET]: dev.c comment fixes | Stephen Hemminger | 2006-05-26 | 1 | -9/+11 |
* | [NET]: Do sysfs registration as part of register_netdevice. | Stephen Hemminger | 2006-05-10 | 1 | -36/+27 |
* | [NET]: Make netdev_chain a raw notifier. | Alan Stern | 2006-05-09 | 1 | -18/+18 |
* | [NET]: Create netdev attribute_groups with class_device_add | Stephen Hemminger | 2006-05-06 | 1 | -1/+1 |
* | [PATCH] wext: Fix IWENCODEEXT security permissions | Jean Tourrilhes | 2006-04-19 | 1 | -1/+2 |
* | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 2006-04-11 | 1 | -1/+1 |
* | [NET]: Fix hotplug race during device registration. | Sergey Vlasov | 2006-04-09 | 1 | -1/+1 |
* | [NET] kzalloc: use in alloc_netdev | Paolo 'Blaisorblade' Giarrusso | 2006-04-09 | 1 | -2/+1 |
* | [NET]: Deinline some larger functions from netdevice.h | Denis Vlasenko | 2006-03-29 | 1 | -0/+64 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -19/+23 |
* | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 | 1 | -0/+7 |
|\ |
|
| * | [PATCH] promiscuous mode | Steve Grubb | 2006-03-20 | 1 | -0/+7 |
* | | [NET]: Take RTNL when unregistering notifier | Herbert Xu | 2006-03-25 | 1 | -1/+6 |
* | | [NET] sem2mutex: net/ | Arjan van de Ven | 2006-03-20 | 1 | -3/+4 |
* | | [NET]: minor net_rx_action optimization | Stephen Hemminger | 2006-03-20 | 1 | -2/+1 |