summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: infrastructureTom Herbert2013-01-2318-18/+32
* xen-netback: allow changing the MAC address of the interfaceMatt Wilson2013-01-231-0/+2
* netpoll: fix an uninitialized variableCong Wang2013-01-231-0/+1
* ipv6: remove duplicated declaration of ip6_fragment()Cong Wang2013-01-231-2/+0
* Merge branch 'legacy-isa-delete' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2013-01-2258-24868/+11
|\
| * drivers/net: delete old x86 variant of the seeq8005 driverPaul Gortmaker2013-01-225-921/+0
| * drivers/net: delete Digital EtherWorks-3 support.Paul Gortmaker2013-01-227-2352/+0
| * drivers/net: delete old DEC depca ISA drivers support.Paul Gortmaker2013-01-226-2201/+0
| * drivers/net: delete the really obsolete 8390 based 10Mbit ISA driversPaul Gortmaker2013-01-228-2369/+0
| * drivers/net: delete old fujitsu based eth16i driverPaul Gortmaker2013-01-225-1504/+0
| * drivers/net: delete at1700 ISA 10Mbit driverPaul Gortmaker2013-01-224-808/+0
| * drivers/net: delete old 8 bit ISA Racal ni5010 support.Paul Gortmaker2013-01-228-966/+0
| * drivers/net: delete Racal Interlan ISA ni52 (i825xx) driverPaul Gortmaker2013-01-225-1672/+0
| * drivers/net: delete intel i825xx based znet notebook driverPaul Gortmaker2013-01-223-939/+0
| * drivers/net: delete ISA intel eexpress and eepro i825xx driversPaul Gortmaker2013-01-226-3699/+0
| * drivers/net: delete the 3Com 3c505/3c507 intel i825xx supportPaul Gortmaker2013-01-226-2936/+0
| * drivers/net: delete old parallel port de600/de620 driversPaul Gortmaker2013-01-228-2049/+2
| * drivers/net: delete old 8bit ISA 3c501 driver.Paul Gortmaker2013-01-225-1007/+0
| * drivers/net: delete intel 486 panther onboard ethernet supportPaul Gortmaker2013-01-223-1346/+0
| * drivers/net: delete 486 Apricot supportPaul Gortmaker2013-01-224-99/+9
* | netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-15/+15
* | ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-2/+2
* | ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-3/+3
* | net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* | neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明2013-01-222-0/+9
* | ipmr: fix sparse warning when testing origin or groupNicolas Dichtel2013-01-221-11/+12
|/
* isdn/gigaset: beautify ev-layer.cTilman Schmidt2013-01-212-64/+64
* isdn/gigaset: beautify common.cTilman Schmidt2013-01-211-22/+9
* isdn/gigaset: beautify interface.cTilman Schmidt2013-01-211-31/+15
* isdn/gigaset: leave DLE mode before hanging upTilman Schmidt2013-01-211-0/+5
* isdn/divert: fix readability damageTilman Schmidt2013-01-213-247/+237
* drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
* ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* Merge branch 'dsa'David S. Miller2013-01-212-2/+8
|\
| * dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli2013-01-211-0/+6
| * dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli2013-01-211-2/+2
|/
* net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2013-01-212-175/+173
* Merge branch 'virtio_mac'David S. Miller2013-01-214-55/+106
|\
| * virtio-net: introduce a new control to set macaddrAmos Kong2013-01-212-4/+25
| * net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-212-6/+37
| * move virtnet_send_command() above virtnet_set_mac_address()Amos Kong2013-01-211-45/+44
|/
* Merge branch 'mcast'David S. Miller2013-01-217-39/+231
|\
| * mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-214-28/+225
| * mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()Nicolas Dichtel2013-01-215-13/+8
|/
* Documentation: remove obsolete networking/multicast.txt filePaul Gortmaker2013-01-212-65/+0
* Merge branch 'qeth'David S. Miller2013-01-218-92/+198
|\
| * qeth: Fix HiperSockets performance regressionStefan Raspl2013-01-211-1/+1
| * qeth: Make s390dbf card entries persistentStefan Raspl2013-01-211-12/+78
| * qeth: Update Kconfig wordingStefan Raspl2013-01-211-2/+2
| * qeth: Support VEPA modeStefan Raspl2013-01-217-67/+112