summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
2005-06-08[NET]: Fix sysctl net.core.dev_weightStephen Hemminger
2005-05-29[BRIDGE]: features change notificationStephen Hemminger
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney
2005-04-24[NET]: Document ->hard_start_xmit() locking in comments.Ben Greear
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams
2005-03-22[NETPOLL]: Fix ->poll() lockingMatt Mackall
2005-03-22[NETPOLL]: Filter inlinesMatt Mackall
2005-03-14[NET]: Need to export dev_get_flags() to modules.Andrew Morton
2005-02-11[PATCH] : net/core: move set MAC into separate functionJay Vosburgh
2005-02-08[NET]: Replace schedule_timeout() with msleep() in netdev_wait_allrefs()Nishanth Aravamudan
2005-01-19Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274David S. Miller
2005-01-19[NET]: Close NETIF_F_LLTX race conditions.David S. Miller
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2005-01-09[NET]: misc cleanupsAdrian Bunk
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen
2004-12-14Merge nuts.davemloft.net:/disk1/BK/network-2.6.11David S. Miller
2004-12-13[PKT_SCHED]: Keep netem queue running until inner qdisc is emptyPatrick McHardy
2004-11-17[NET]: Use local_softirq_pending instead of softirq_pending in netif_rx_niChristoph Hellwig
2004-11-17[NET]: Kill drivers/net/net_init.cChristoph Hellwig
2004-11-13[NET]: Move rx timestamp functions to net/core/dev.cPatrick McHardy
2004-11-09[NET]: Remove dead exports from net/core/dev.cChristoph Hellwig
2004-11-02[NET]: Zero out SIOCGIFHWADDR buffer if dev->addr_len is zero.Matt Domsch
2004-11-02[NET]: Move local_bh_enable back in dev_queue_xmitTommy Christensen
2004-11-01[NET]: Fix unbalanced local_bh_enable() in dev_queue_xmit()Ingo Molnar
2004-11-01[NET]: Unexport call_netdevice_notifiers()Arjan van de Ven
2004-10-25Merge bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds
2004-10-25[PATCH] remove NET_HW_FLOWCONTROLArjan van de Ven
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu
2004-10-20[NET]: In netif_rx_ni, put netif_rx call inside preempt-disable.David S. Miller
2004-10-20[NET]: Uninline netif_rx_ni().David S. Miller
2004-10-20[NET]: TSO requires SG, enforce this at device registry.David S. Miller
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk
2004-10-19Merge pobox.com:/spare/repo/netdev-2.6/wireless-extJeff Garzik