1. 30 Jun, 2003 12 commits
  2. 29 Jun, 2003 1 commit
  3. 30 Jun, 2003 8 commits
  4. 29 Jun, 2003 2 commits
    • Alan Cox's avatar
      [NET]: Add EDP2 ethernet protocol ID. · 9ec3d5ba
      Alan Cox authored
      9ec3d5ba
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r986) · 947af82f
      Ben Collins authored
       ETH1394  : - Minor cleanups.
                  - Fix incorrect error handling with no broadcast channel.
      	    - Set max/default MTU to 1500.
      	    - Fix broken spinlock handling on device open.
       IEEE1394 : Make bus-nodeid printk's of a consistent format.
       OHCI1394 : Change one printk to a verbose/debug only message.
      947af82f
  5. 28 Jun, 2003 16 commits
  6. 27 Jun, 2003 1 commit
    • Stephen Hemminger's avatar
      [NET]: Fix PPP async regression. · 4e004d91
      Stephen Hemminger authored
      Fix PPP over async regression that the PPPoE changes caused.
      Basically, PPP puts a zero length skbuff in the receive queue
      as an error token, and the last change caused that to get flushed
      as bad data.
      
      Thanks to Diego Calleja Garcia, Matthew Harrell for validating this.
      4e004d91