summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Semantic renovationYuval Mintz2013-01-239-105/+86Star
* gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil2013-01-231-0/+4
* Merge branch 'soreuseport'David S. Miller2013-01-2329-70/+213
|\
| * soreuseport: UDP/IPv6 implementationTom Herbert2013-01-231-3/+27
| * soreuseport: TCP/IPv6 implementationTom Herbert2013-01-235-10/+38
| * soreuseport: UDP/IPv4 implementationTom Herbert2013-01-231-18/+43
| * soreuseport: TCP/IPv4 implementationTom Herbert2013-01-235-21/+73
| * 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/+0Star
* Merge branch 'legacy-isa-delete' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2013-01-2258-24868/+11Star
|\
| * drivers/net: delete old x86 variant of the seeq8005 driverPaul Gortmaker2013-01-225-921/+0Star
| * drivers/net: delete Digital EtherWorks-3 support.Paul Gortmaker2013-01-227-2352/+0Star
| * drivers/net: delete old DEC depca ISA drivers support.Paul Gortmaker2013-01-226-2201/+0Star
| * drivers/net: delete the really obsolete 8390 based 10Mbit ISA driversPaul Gortmaker2013-01-228-2369/+0Star
| * drivers/net: delete old fujitsu based eth16i driverPaul Gortmaker2013-01-225-1504/+0Star
| * drivers/net: delete at1700 ISA 10Mbit driverPaul Gortmaker2013-01-224-808/+0Star
| * drivers/net: delete old 8 bit ISA Racal ni5010 support.Paul Gortmaker2013-01-228-966/+0Star
| * drivers/net: delete Racal Interlan ISA ni52 (i825xx) driverPaul Gortmaker2013-01-225-1672/+0Star
| * drivers/net: delete intel i825xx based znet notebook driverPaul Gortmaker2013-01-223-939/+0Star
| * drivers/net: delete ISA intel eexpress and eepro i825xx driversPaul Gortmaker2013-01-226-3699/+0Star
| * drivers/net: delete the 3Com 3c505/3c507 intel i825xx supportPaul Gortmaker2013-01-226-2936/+0Star
| * drivers/net: delete old parallel port de600/de620 driversPaul Gortmaker2013-01-228-2049/+2Star
| * drivers/net: delete old 8bit ISA 3c501 driver.Paul Gortmaker2013-01-225-1007/+0Star
| * drivers/net: delete intel 486 panther onboard ethernet supportPaul Gortmaker2013-01-223-1346/+0Star
| * drivers/net: delete 486 Apricot supportPaul Gortmaker2013-01-224-99/+9Star
* | 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/+9Star
* isdn/gigaset: beautify interface.cTilman Schmidt2013-01-211-31/+15Star
* isdn/gigaset: leave DLE mode before hanging upTilman Schmidt2013-01-211-0/+5
* isdn/divert: fix readability damageTilman Schmidt2013-01-213-247/+237Star
* 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/+173Star
* 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/+44Star
|/
* Merge branch 'mcast'David S. Miller2013-01-217-39/+231
|\
| * mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-214-28/+225