summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams-8/+7
2005-03-15[BRIDGE]: Limit BRCTL_GET_BRIDGES to 2048 bridges.Alan Cox-0/+2
2005-03-14[BRIDGE]: No update when hold time is zeroStephen Hemminger-0/+4
2005-03-14[EBTABLES]: Fix smp race.Bart De Schuymer-1/+2
2005-03-11Undo the netfilter undo - the next patch fixes the regression it caused.Linus Torvalds-4/+2
2005-03-10Cset exclude: bdschuym@pandora.be|ChangeSet|20050310042817|04711Linus Torvalds-2/+4
2005-03-10[BRIDGE]: Forwarding table lockless updateStephen Hemminger-53/+91
2005-03-10[BRIDGE]: Get rid of threaded link for forwarding timeoutStephen Hemminger-35/+17
2005-03-10[BRIDGE]: Get rid of unneeded includeStephen Hemminger-1/+0
2005-03-10[BRIDGE]: Use Jenkins hashStephen Hemminger-12/+2
2005-03-10[NET]: Kill netdev->accept_fastpath hook.Jeff Garzik-6/+0
2005-03-09Merge bk://212.42.230.204:994/nf-2.6David S. Miller-9/+9
2005-03-09[NETFILTER]: Reduce call chain length in netfilter (take 2)Bart De Schuymer-4/+2
2005-03-04[NETFILTER]: Use num_possible_cpus instead of NR_CPUS in {ip6_,arp_,eb}tablesPatrick McHardy-9/+9
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner-3/+3
2005-01-13[EBTABLES]: Use correct printf format for size_t.David S. Miller-1/+1
2005-01-09[BRIDGE-NF]: Check ipv4 vs ipv6 more reliably in ip_sabotage_out().Bart De Schuymer-15/+18
2004-11-23[EBTABLES]: Add userspace logging via netlink socket.Bart De Schuymer-7/+318
2004-11-09[NET]: Lock initializer unifyingAndrew Morton-3/+3
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu-1/+1
2004-10-25[EBTABLES]: Add wildcard support for interface matching.Bart De Schuymer-1/+7
2004-10-05[BRIDGE] convert __constant_htons(constant) to htonsArnaldo Carvalho de Melo-8/+8
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo-37/+32
2004-09-07[BRIDGE]: Fix length checking in ipv6 bridge filtering.Bart De Schuymer-10/+64
2004-09-06[BRIDGE]: deadlock on device removalStephen Hemminger-1/+3
2004-09-01[BRIDGE]: Add ipv6 packet filtering.Bart De Schuymer-126/+257
2004-08-25[BRIDGE]: Fix oops when mangling and brouting and tcpdumping packetsStephen Hemminger-35/+24
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds-100/+149
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma-2/+1
2004-08-19Merge nuts.davemloft.net:/disk1/BK/net-exp-2.6David S. Miller-2/+3
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller-98/+146
2004-08-10[EBTABLES]: Remove deprecated use of MODULE_PARM.Bart De Schuymer-2/+3
2004-08-09[BRIDGE]: Fix problems with filtering and defragmentation.Stephen Hemminger-5/+8
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds-2/+2
2004-08-03[BRIDGE]: rmmod device while bridge is down failsStephen Hemminger-9/+17
2004-08-02[BRIDGE]: Build fix for gcc-2.95.xAndrew Morton-9/+11
2004-07-29[BRIDGE]: RCU fixStephen Hemminger-2/+12
2004-07-29[BRIDGE]: forwarding table RCUStephen Hemminger-36/+44
2004-07-29[BRIDGE]: linkstate handlingStephen Hemminger-25/+27
2004-07-29[BRIDGE]: dev_xmit cleanupStephen Hemminger-24/+10
2004-07-29[BRIDGE]: Propagate bridge internal MTU changesStephen Hemminger-2/+3
2004-07-28[BRIDGE]: Fix typo in br_stp.cTommi Virtanen-1/+1
2004-07-09[BRIDGE]: Support different MTU sizes.Stephen Hemminger-0/+36
2004-06-29[BRIDGE]: Fix message age in bridge STP config packets.Stephen Hemminger-11/+17
2004-06-24Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller-3/+9
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton-3/+9
2004-06-22[BRIDGE]: Turn off debug message in bridge ioctl.Stephen Hemminger-1/+1
2004-06-17[BRIDGE]: Kill sysfs hotplug avoidance hacks.Stephen Hemminger-27/+2
2004-06-16[SPARSE]: Get rid of warning in bridge ethtool ioctl.Stephen Hemminger-1/+1
2004-06-16[BRIDGE]: Fix bridge sysfs improprely initialized kobject.Andrew Morton-3/+1