- 30 Aug, 2003 5 commits
-
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
- 27 Aug, 2003 9 commits
-
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Krishna Kumar authored
-
Adrian Bunk authored
-
Hideaki Yoshifuji authored
Fix several refcntmistakes in seq_file handlers for /proc/net/{igmp,igmp6,msfilter,msfilter6}
-
Paul Thompson authored
Currently, 3c509.c prints this on detection: eth%d: 3c5x9 at 0x280, BNC port, address 00 20 af 2f d4 81, IRQ 5. ^^
-
Chas Williams authored
-
Chas Williams authored
-
- 25 Aug, 2003 1 commit
-
-
David S. Miller authored
-
- 24 Aug, 2003 2 commits
-
-
David S. Miller authored
-
Harald Welte authored
The following patch against 2.6.0-test4 adds four more iptables modules. They are adding the following functionality - iprange: matching against an arbitrary contiguous range of ip addresses - CLASSIFY: setting skb->priority from iptables (so you can skip tc filter) - NETMAP: SNAT a whole network 1:1 to another network - SAME: tries to keep the assigned ip per client the same within an SNAT pool
-
- 23 Aug, 2003 23 commits
-
-
Ulrich Drepper authored
-
Vinay K. Nallamothu authored
-
Harald Welte authored
The following patch against 2.6.0-test4 (courtesy of Patrick McHardy) optimizes the conntrack code. In the old implementation, the hash function was passed to the LIST_DELETE macro, which resulted in it being called two times instead of one.
-
Harald Welte authored
The following patch against 2.6.0-test4 (courtesy of Patrick McHardy) optimizes the NAT code. In the old implementation, the hash function was passed to the LIST_DELETE macro, which resulted in it being called two times instead of one.
-
Harald Welte authored
- moves all MODULE_{AUTHOR,DESCRIPTION,LICENSE} statements to the same location - adds some missing MODULE_LICENSE(GPL) tags - adds MODULE_DESCRIPTION and AUTHOR to all modules
-
Harald Welte authored
-
Harald Welte authored
We have decided to remove the unclean match, since it is considered a potentially dangerous function of the current iptables code. The match is used by lots of users who don't really undestand what kind of danger they are imposing on the future-compatibility of their networks. (just think of the ECN issue resulting from this kind of filtering) We'd rather keep it in patch-o-matic, where lots of other modules that are only useful in experimental scenarios are kept. Now that we don't have to keep it for compatibility reasons, we'd like to remove it before 2.6.0 final is released.
-
Marcelo Abreu authored
-
Harald Welte authored
We have decided to remove the MIRROR target, since it was considered a stupid and potentially dangeroups example code of the early netfilter days that should never be used on the internet anyway.
-
Harald Welte authored
-
Vinay K. Nallamothu authored
-
Martin Diehl authored
* correct mtt bits to indicate 1msec or more * rename IRENABLE_IREN to IRENABLE_PHYANDCLOCK * rearrange driver metadata and header * driver version 0.5
-
Martin Diehl authored
* tx-path cleanup * fix deadlock when setting speed in tx_interrupt, issue was introduced by previous interrupt locking cleanup * don't let start_xmit return NET_XMIT_DROP if we drop and free the skb. This fixes an old bug in the error path leading to skb_slab corruption
-
Martin Diehl authored
* cleanup baud rate setting and mode switch * locking and barrier review
-
Martin Diehl authored
* interrupt handler cleanup, focus on fast path and low latency * rx-path cleanup * add missing crc16 check of incoming SIR frames
-
Martin Diehl authored
* fix error path for ring entry alloc in case pci_map failed * get rid of BUG() - it's mostly in interrupt and there's no need to kill the box on such issues * correct endianess for the hardware view of ring descriptors
-
Martin Diehl authored
* don't fail without procfs - it's only needed for diagnostics * get rid of printk in favour of IRDA_DEBUG and friends wherever possible * reduce kernellog noise depending on irda debuglevel
-
Martin Diehl authored
* Kconfig: we depend on CONFIG_PCI * update header compatibility stuff * beautify C99-initializers for PCI IDs * PCIDEV_NAME wrapper to abstract device name storage location * cleanup of the pci shutdown path. Also fixing a possible NULL-pointer dereference when the driver is rmmod with the netdev still running.
-
Bart De Schuymer authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
The lower layers of ax25 hold a reference to the underlying device but don't increment the ref count. This is safe because it does the right thing when UNREGISTER notification comes in, but it is better to do the right thing.
-
Bart De Schuymer authored
-
Rusty Russell authored
In 2.6, the TFTP conntrack helper returns -1 if the packet is too short, but that is an invalid return code. Return NF_ACCEPT instead.
-