Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Apr 2008 01:02:35 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Apr 2008 01:02:35 +0000 (18:02 -0700)
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26: (1090 commits)
  [NET]: Fix and allocate less memory for ->priv'less netdevices
  [IPV6]: Fix dangling references on error in fib6_add().
  [NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not found
  [PKT_SCHED]: Fix datalen check in tcf_simp_init().
  [INET]: Uninline the __inet_inherit_port call.
  [INET]: Drop the inet_inherit_port() call.
  SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked.
  [netdrvr] forcedeth: internal simplifications; changelog removal
  phylib: factor out get_phy_id from within get_phy_device
  PHY: add BCM5464 support to broadcom PHY driver
  cxgb3: Fix __must_check warning with dev_dbg.
  tc35815: Statistics cleanup
  natsemi: fix MMIO for PPC 44x platforms
  [TIPC]: Cleanup of TIPC reference table code
  [TIPC]: Optimized initialization of TIPC reference table
  [TIPC]: Remove inlining of reference table locking routines
  e1000: convert uint16_t style integers to u16
  ixgb: convert uint16_t style integers to u16
  sb1000.c: make const arrays static
  sb1000.c: stop inlining largish static functions
  ...

1  2 
Documentation/DocBook/Makefile
Documentation/feature-removal-schedule.txt
MAINTAINERS
arch/s390/defconfig
lib/Makefile
security/security.c
security/selinux/ss/services.c

@@@ -9,9 -9,10 +9,10 @@@
  DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \
            kernel-hacking.xml kernel-locking.xml deviceiobook.xml \
            procfs-guide.xml writing_usb_driver.xml networking.xml \
 -          kernel-api.xml filesystems.xml lsm.xml usb.xml \
 +          kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \
            gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-           genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml
+           genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
+           mac80211.xml
  
  ###
  # The build process is as follows (targets):
@@@ -203,16 -203,8 +203,8 @@@ Who:  linuxppc-dev@ozlabs.or
  
  ---------------------------
  
- What:   sk98lin network driver
- When:   Feburary 2008
- Why:    In kernel tree version of driver is unmaintained. Sk98lin driver
-       replaced by the skge driver. 
- Who:    Stephen Hemminger <shemminger@linux-foundation.org>
- ---------------------------
  What: i386/x86_64 bzImage symlinks
 -When: April 2008
 +When: April 2010
  
  Why:  The i386/x86_64 merge provides a symlink to the old bzImage
        location so not yet updated user space tools, e.g. package
diff --cc MAINTAINERS
Simple merge
Simple merge
diff --cc lib/Makefile
Simple merge
Simple merge
Simple merge