aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2004-11-25Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-2/+7
2004-11-23[VLAN]: Handler register_netdevice_notifier() errors.Maximilian Attems1-2/+7
2004-11-20[PATCH] misc __user annotationsAlexander Viro1-2/+2
2004-11-17[VLAN]: change_mtu should return 0 on success.John W. Linville1-1/+1
2004-11-09[PATCH] propogate typosAndries E. Brouwer1-2/+2
2004-10-28[VLAN]: Revert vlan_dev_hard_start_xmit part of Ben Greear's changesDavid S. Miller1-18/+5
2004-10-27[VLAN]: Sync code and feature set with 2.4.xBen Greear3-23/+109
2004-10-25[VLAN]: Add MODULE_VERSIONJohn W. Linville1-4/+6
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo1-1/+1
2004-10-04[VLAN]: Missing rtnl_unlock in register_vlan_device error pathPatrick McHardy1-1/+1
2004-09-10[BRIDGE]: The vlan MII ioctl pass through was passing the wrong device.Stephen Hemminger1-1/+1
2004-09-08[VLAN]: Fix thinko in RCU locking.David S. Miller1-1/+1
2004-08-09[VLAN]: Fix device refcount bug.Stephen Hemminger1-1/+0
2004-08-09[VLAN]: Use RCU for group operations.Stephen Hemminger3-76/+36
2004-08-09[VLAN]: Mirror real devices carrier and hotplug state.Stephen Hemminger1-3/+20
2004-08-09[VLAN]: Propagate ethtool/mii ioctls to the real device.Stephen Hemminger3-0/+30
2004-07-05[VLAN]: Do not access released memory.Petr Vandrovec1-1/+1
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro1-5/+4
2004-05-24[VLAN]: Use KERN_INFO for VLAN_INF.Joshua Jackson1-1/+1
2004-04-09[NET]: Kill __FUNCTION__ string literal concatenation.Randy Dunlap2-3/+3
2004-03-14[VLAN]: Use array for static const char 'fmt'Tim Cambrant1-1/+1
2004-02-06MergeJeff Garzik1-1/+1
2004-02-06[VLAN]: Use VLAN tag set functionality in 8021q module.Shmulik Hen1-40/+23
2004-01-10[all over] more kfree -> free_netdevAlexander Viro1-1/+1
2003-10-09[VLAN]: kfree(skb) --> kfree_skb(skb).David S. Miller1-1/+1
2003-10-07[VLAN]: Do not modify the data of shared SKBs.Tommy Christensen1-1/+5
2003-10-07[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.Bart De Schuymer1-0/+4
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-1/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-1/+1
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-4/+0
2003-08-19[VLAN]: Fix OOPS on module removal.Eran Mann2-3/+7
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger1-1/+1
2003-07-28[VLAN]: Convert over to seq_file.Stephen Hemminger2-198/+116
2003-07-28[VLAN]: Convert VLAN procfs stubs to no-ops.Stephen Hemminger3-32/+16
2003-07-28[VLAN]: Allow it to compile with VLAN_DEBUG enabled.Stephen Hemminger1-1/+1
2003-06-11[VLAN]: vlan network device using alloc_netdev.Stephen Hemminger3-75/+39
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-7/+4
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-5/+8
2003-05-09[VLAN]: vlanproc.c needs module.hDavid S. Miller1-0/+1
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+2
2003-05-03o vlan: fix comment about understanding shared skbs.Arnaldo Carvalho de Melo1-2/+1
2003-04-17[VLAN]: Cleaner module interface.Stephen Hemminger2-21/+36
2003-04-09[VLAN]: More device registry error handling fixes.Stephen Hemminger1-11/+14
2003-04-08[VLAN]: Update to new module semantics, use synchronize_net.Stephen Hemminger2-8/+11
2003-03-19[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. RichterDavid S. Miller2-1/+1
2003-03-08[VLAN]: Fix memory leak in procfs handling.Oleg Drokin1-1/+3
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-05[PATCH] Spelling fixesSteven Cole1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-19[VLAN]: Quiet some printks and free devices/groups correctly.Ben Greear2-4/+11
2002-11-19[VLAN]: remove vlan_devices[] entries properly.David S. Miller1-4/+5
2002-10-06net/8021q/vlan.c: Unsigned value may never be < 0.David S. Miller1-1/+1
2002-10-06[VLAN]: Accept zero vlan at unregister.David S. Miller1-1/+1
2002-10-05net/8021q/vlan_dev.c: Fix lockup when setting egress priority.Björn Andersson1-0/+1
2002-09-11[VLAN] Use unregister_netdevice to prevent rtnl double-lock.David S. Miller1-1/+1
2002-08-03VLAN dev: Fix hard_start_xmit return values.David S. Miller1-2/+2
2002-08-03VLAN: Fix gcc-3.1 warnings.Alan Cox3-45/+49
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-10/+10
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-8/+2
2002-03-10Major revamp of VLAN layer:David S. Miller4-338/+532
2002-02-05[PATCH] (2/2) inode trimmingAlexander Viro1-1/+1
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds3-18/+30
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+0
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds1-1/+1
2002-02-04v2.4.13.5 -> v2.4.13.6Linus Torvalds6-0/+1952