summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu
2006-06-17[NET]: Add netif_tx_lockHerbert Xu
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech
2006-05-26[NET]: dev.c comment fixesStephen Hemminger
2006-05-10[NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger
2006-05-09[NET]: Make netdev_chain a raw notifier.Alan Stern
2006-05-06[NET]: Create netdev attribute_groups with class_device_addStephen Hemminger
2006-04-19[PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki
2006-04-09[NET]: Fix hotplug race during device registration.Sergey Vlasov
2006-04-09[NET] kzalloc: use in alloc_netdevPaolo 'Blaisorblade' Giarrusso
2006-03-29[NET]: Deinline some larger functions from netdevice.hDenis Vlasenko
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2006-03-25[NET]: Take RTNL when unregistering notifierHerbert Xu
2006-03-20[NET] sem2mutex: net/Arjan van de Ven
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf
2006-03-20[PATCH] promiscuous modeSteve Grubb
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh
2006-02-07Merge branch 'master'Jeff Garzik
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet
2006-01-30[PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk
2006-01-24[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctlThomas Graf
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2005-12-12Merge branch 'master'Jeff Garzik
2005-12-08[NET]: Fix NULL pointer deref in checksum debugging.Stephen Hemminger
2005-11-13[PATCH] net: make dev_valid_name publicMitch Williams
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-27[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall
2005-07-28[NET]: Fix busy waiting in dev_close().David S. Miller
2005-07-08[NET]: Fix sparse warningsVictor Fusco
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger