aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf1-3/+11
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
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-0/+12
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju1-0/+14
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-27[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet1-0/+2
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich1-0/+2
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-6/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-9/+19
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller1-5/+5
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-16/+19
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall1-4/+5
2005-07-28[NET]: Fix busy waiting in dev_close().David S. Miller1-2/+1
2005-07-08[NET]: Fix sparse warningsVictor Fusco1-1/+1
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger1-3/+3
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger1-19/+2
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger1-87/+1
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger1-8/+2
2005-06-08[NET]: Fix sysctl net.core.dev_weightStephen Hemminger1-0/+1
2005-05-29[BRIDGE]: features change notificationStephen Hemminger1-0/+12
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl1-1/+1
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
2005-04-24[NET]: Document ->hard_start_xmit() locking in comments.Ben Greear1-0/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3359