summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2005-12-14[PATCH] BRIDGE: recompute features when adding a new deviceOlaf Rempel
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller
2005-10-12[BRIDGE]: fix race on bridge del ifStephen Hemminger
2005-09-22[BRIDGE]: TSO fix in br_dev_queue_push_xmitVlad Drukker
2005-09-14[BRIDGE-NF]: Fix iptables redirect on bridge interfaceBart De Schuymer
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte
2005-07-19[NET]: BRIDGE_EBT_ARPREPLY must depend on INETAdrian Bunk
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-06-28[NETFILTER]: Fix connection tracking bug in 2.6.12Patrick McHardy
2005-06-28[EBTABLES]: Fix thinkos in ebt_log.cDavid S. Miller
2005-06-22[EBTABLES]: vfree() checking cleanupsJames Lamanna
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy
2005-05-29[BRIDGE]: receive path optimizationStephen Hemminger
2005-05-29[BRIDGE]: prevent bad forwarding table updatesStephen Hemminger
2005-05-29[BRIDGE]: set features based on enslaved devicesStephen Hemminger
2005-04-18[PATCH] kobject/hotplug split - net bridgekay.sievers@vrfy.org
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams
2005-03-15[BRIDGE]: Limit BRCTL_GET_BRIDGES to 2048 bridges.Alan Cox
2005-03-14[BRIDGE]: No update when hold time is zeroStephen Hemminger
2005-03-14[EBTABLES]: Fix smp race.Bart De Schuymer
2005-03-11Undo the netfilter undo - the next patch fixes the regression it caused.Linus Torvalds
2005-03-10Cset exclude: bdschuym@pandora.be|ChangeSet|20050310042817|04711Linus Torvalds
2005-03-10[BRIDGE]: Forwarding table lockless updateStephen Hemminger
2005-03-10[BRIDGE]: Get rid of threaded link for forwarding timeoutStephen Hemminger
2005-03-10[BRIDGE]: Get rid of unneeded includeStephen Hemminger
2005-03-10[BRIDGE]: Use Jenkins hashStephen Hemminger
2005-03-10[NET]: Kill netdev->accept_fastpath hook.Jeff Garzik
2005-03-09Merge bk://212.42.230.204:994/nf-2.6David S. Miller
2005-03-09[NETFILTER]: Reduce call chain length in netfilter (take 2)Bart De Schuymer
2005-03-04[NETFILTER]: Use num_possible_cpus instead of NR_CPUS in {ip6_,arp_,eb}tablesPatrick McHardy
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2005-01-13[EBTABLES]: Use correct printf format for size_t.David S. Miller
2005-01-09[BRIDGE-NF]: Check ipv4 vs ipv6 more reliably in ip_sabotage_out().Bart De Schuymer
2004-11-23[EBTABLES]: Add userspace logging via netlink socket.Bart De Schuymer
2004-11-09[NET]: Lock initializer unifyingAndrew Morton
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu
2004-10-25[EBTABLES]: Add wildcard support for interface matching.Bart De Schuymer
2004-10-05[BRIDGE] convert __constant_htons(constant) to htonsArnaldo Carvalho de Melo
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo
2004-09-07[BRIDGE]: Fix length checking in ipv6 bridge filtering.Bart De Schuymer
2004-09-06[BRIDGE]: deadlock on device removalStephen Hemminger
2004-09-01[BRIDGE]: Add ipv6 packet filtering.Bart De Schuymer
2004-08-25[BRIDGE]: Fix oops when mangling and brouting and tcpdumping packetsStephen Hemminger
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma