summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2005-01-25[VLAN]: Eliminate gcc warnings with PROC_FS=nRandy Dunlap
2005-01-16[NET]: net/802/: some cleanupsAdrian Bunk
2004-11-25Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2004-11-23[VLAN]: Handler register_netdevice_notifier() errors.Maximilian Attems
2004-11-20[PATCH] misc __user annotationsAlexander Viro
2004-11-17[VLAN]: change_mtu should return 0 on success.John W. Linville
2004-11-09[PATCH] propogate typosAndries E. Brouwer
2004-10-28[VLAN]: Revert vlan_dev_hard_start_xmit part of Ben Greear's changesDavid S. Miller
2004-10-27[VLAN]: Sync code and feature set with 2.4.xBen Greear
2004-10-25[VLAN]: Add MODULE_VERSIONJohn W. Linville
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo
2004-10-04[VLAN]: Missing rtnl_unlock in register_vlan_device error pathPatrick McHardy
2004-09-10[BRIDGE]: The vlan MII ioctl pass through was passing the wrong device.Stephen Hemminger
2004-09-08[VLAN]: Fix thinko in RCU locking.David S. Miller
2004-08-09[VLAN]: Fix device refcount bug.Stephen Hemminger
2004-08-09[VLAN]: Use RCU for group operations.Stephen Hemminger
2004-08-09[VLAN]: Mirror real devices carrier and hotplug state.Stephen Hemminger
2004-08-09[VLAN]: Propagate ethtool/mii ioctls to the real device.Stephen Hemminger
2004-07-05[VLAN]: Do not access released memory.Petr Vandrovec
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro
2004-05-24[VLAN]: Use KERN_INFO for VLAN_INF.Joshua Jackson
2004-04-09[NET]: Kill __FUNCTION__ string literal concatenation.Randy Dunlap
2004-03-14[VLAN]: Use array for static const char 'fmt'Tim Cambrant
2004-02-06MergeJeff Garzik
2004-02-06[VLAN]: Use VLAN tag set functionality in 8021q module.Shmulik Hen
2004-01-10[all over] more kfree -> free_netdevAlexander Viro
2003-10-09[VLAN]: kfree(skb) --> kfree_skb(skb).David S. Miller
2003-10-07[VLAN]: Do not modify the data of shared SKBs.Tommy Christensen
2003-10-07[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.Bart De Schuymer
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-08-19[VLAN]: Fix OOPS on module removal.Eran Mann
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger
2003-07-28[VLAN]: Convert over to seq_file.Stephen Hemminger
2003-07-28[VLAN]: Convert VLAN procfs stubs to no-ops.Stephen Hemminger
2003-07-28[VLAN]: Allow it to compile with VLAN_DEBUG enabled.Stephen Hemminger
2003-06-11[VLAN]: vlan network device using alloc_netdev.Stephen Hemminger
2003-05-19[NET]: More device register/unregister fixing.David S. Miller
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller
2003-05-09[VLAN]: vlanproc.c needs module.hDavid S. Miller
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-03o vlan: fix comment about understanding shared skbs.Arnaldo Carvalho de Melo
2003-04-17[VLAN]: Cleaner module interface.Stephen Hemminger
2003-04-09[VLAN]: More device registry error handling fixes.Stephen Hemminger
2003-04-08[VLAN]: Update to new module semantics, use synchronize_net.Stephen Hemminger
2003-03-19[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. RichterDavid S. Miller
2003-03-08[VLAN]: Fix memory leak in procfs handling.Oleg Drokin
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole
2003-02-05[PATCH] Spelling fixesSteven Cole