summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * qeth: Remove unused exportsStefan Raspl2013-01-212-7/+2
| * qeth: Fix retry logic in hardsetupStefan Raspl2013-01-211-3/+3
|/
* Merge branch 'ipv6_ndisc'David S. Miller2013-01-215-205/+203
|\
| * ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-12/+8
| * ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-59/+63
| * ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-24/+21
| * ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-16/+8
| * ndisc: Use ndisc_send_skb() for redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-23/+14
| * ndisc: Remove icmp6h argument from ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
| * ndisc: Make ndisc_fill_xxx_option() for sk_buff.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-18/+15
| * ndisc: Calculate message body length and option length separately.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-9/+11
| * ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-2/+1
| * ndisc: Defer building IPv6 header.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-11/+11
| * ndisc: Remove dev argument for ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-5/+5
| * ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-6/+6
| * ndisc: Simplify arguments for ip6_nd_hdr().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-8/+7
| * ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明2013-01-214-42/+52
| * ndisc: Introduce ndisc_alloc_skb() helper.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-25/+27
| * ndisc: Introduce ndisc_fill_redirect_hdr_option().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-6/+15
| * ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).YOSHIFUJI Hideaki / 吉藤英明2013-01-211-1/+1