aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-17[NET]: Disallow whitespace in network device names.David S. Miller1-5/+14
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller1-17/+1
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan1-2/+2
2006-08-02[I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech1-5/+0
2006-08-02[NET]: Kill the WARN_ON() calls for checksum fixups.David S. Miller1-10/+0
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu1-4/+32
2006-07-07[NET]: Fix network device interface printk message priorityStephen Hemminger1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[NET]: Make illegal_highdma more analHerbert Xu1-4/+2
2006-06-29[NET]: Added GSO header verificationHerbert Xu1-9/+24
2006-06-25[NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk1-1/+1
2006-06-25[NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan1-0/+3
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+127
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-3/+3
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-2/+2
2006-06-23[NET]: Add generic segmentation offloadHerbert Xu1-5/+122
2006-06-23[NET]: Prevent transmission after dev_deactivateHerbert Xu1-3/+3
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu1-4/+2
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-61/+2
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-7/+5
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+104
2006-05-26[NET]: dev.c comment fixesStephen Hemminger1-9/+11
2006-05-10[NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger1-36/+27
2006-05-09[NET]: Make netdev_chain a raw notifier.Alan Stern1-18/+18
2006-05-06[NET]: Create netdev attribute_groups with class_device_addStephen Hemminger1-1/+1
2006-04-19[PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes1-1/+2
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-1/+1
2006-04-09[NET]: Fix hotplug race during device registration.Sergey Vlasov1-1/+1
2006-04-09[NET] kzalloc: use in alloc_netdevPaolo 'Blaisorblade' Giarrusso1-2/+1
2006-03-29[NET]: Deinline some larger functions from netdevice.hDenis Vlasenko1-0/+64
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-19/+23
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-0/+7
2006-03-25[NET]: Take RTNL when unregistering notifierHerbert Xu1-1/+6
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-3/+4
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger1-2/+1
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger1-4/+4
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf1-3/+11
2006-03-20[PATCH] promiscuous modeSteve Grubb1-0/+7
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh1-1/+25
2006-02-07Merge branch 'master'Jeff Garzik1-3/+4
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-01-30[PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk1-6/+4
2006-01-24[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctlThomas Graf1-2/+3
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn1-6/+3
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-1/+2
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+0
2005-12-12Merge branch 'master'Jeff Garzik1-1/+2
2005-12-08[NET]: Fix NULL pointer deref in checksum debugging.Stephen Hemminger1-1/+2
2005-11-13[PATCH] net: make dev_valid_name publicMitch Williams1-1/+2