aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-28[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell1-25/+20
2007-04-26[WEXT]: Clean up how wext is called.Johannes Berg1-30/+4
2007-04-26[WEXT]: Move to net/wirelessJohannes Berg1-1/+1
2007-04-25[NET]: Warn about GSO/checksum abuseHerbert Xu1-1/+1
2007-04-25[NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton1-2/+0
2007-04-25[NET]: Fix comments for register_netdev().Borislav Petkov1-1/+1
2007-04-25[NET]: Get rid of netdev_nitStephen Hemminger1-13/+5
2007-04-25[NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy1-2/+2
2007-04-25bridge: eliminate call by referenceStephen Hemminger1-12/+19
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-10/+15
2007-04-25[NET]: Inline net_device_statsRusty Russell1-3/+10
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NET]: show bound packet typesStephen Hemminger1-0/+134
2007-04-25[NET]: make seq_operations constStephen Hemminger1-2/+2
2007-04-25[NET]: network dev read_mostlyStephen Hemminger1-5/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-4/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[NET]: deinline some functionsStephen Hemminger1-5/+5
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-15/+4
2007-04-04[PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman1-7/+4
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy1-4/+4
2007-03-25[NET_SCHED]: Fix ingress lockingPatrick McHardy1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-48/+48
2007-02-08[NET]: unregister_netdevice as voidStephen Hemminger1-8/+5
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-3/+3
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-02[NET]: Split skb->csumAl Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-2/+2
2006-12-02[NET] net/core: Annotations.Al Viro1-2/+2
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk1-16/+4
2006-12-02[PATCH] netdev: don't allow register_netdev with blank nameStephen Hemminger1-9/+0
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger1-2/+0
2006-09-28[NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy1-6/+8
2006-09-22[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-6/+6
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