aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-22drivers/net: delete 486 Apricot supportPaul Gortmaker4-99/+9
2013-01-21isdn/gigaset: beautify ev-layer.cTilman Schmidt2-64/+64
2013-01-21isdn/gigaset: beautify common.cTilman Schmidt1-22/+9
2013-01-21isdn/gigaset: beautify interface.cTilman Schmidt1-31/+15
2013-01-21isdn/gigaset: leave DLE mode before hanging upTilman Schmidt1-0/+5
2013-01-21isdn/divert: fix readability damageTilman Schmidt3-247/+237
2013-01-21drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall1-1/+1
2013-01-21ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-01-21Merge branch 'dsa'David S. Miller2-2/+8
2013-01-21dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli1-0/+6
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli1-2/+2
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2-175/+173
2013-01-21Merge branch 'virtio_mac'David S. Miller4-55/+106
2013-01-21virtio-net: introduce a new control to set macaddrAmos Kong2-4/+25
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi2-6/+37
2013-01-21move virtnet_send_command() above virtnet_set_mac_address()Amos Kong1-45/+44
2013-01-21Merge branch 'mcast'David S. Miller7-39/+231
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel4-28/+225
2013-01-21mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()Nicolas Dichtel5-13/+8
2013-01-21Documentation: remove obsolete networking/multicast.txt filePaul Gortmaker2-65/+0
2013-01-21Merge branch 'qeth'David S. Miller8-92/+198
2013-01-21qeth: Fix HiperSockets performance regressionStefan Raspl1-1/+1
2013-01-21qeth: Make s390dbf card entries persistentStefan Raspl1-12/+78
2013-01-21qeth: Update Kconfig wordingStefan Raspl1-2/+2
2013-01-21qeth: Support VEPA modeStefan Raspl7-67/+112
2013-01-21qeth: Remove unused exportsStefan Raspl2-7/+2
2013-01-21qeth: Fix retry logic in hardsetupStefan Raspl1-3/+3
2013-01-21Merge branch 'ipv6_ndisc'David S. Miller5-205/+203
2013-01-21ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明1-12/+8
2013-01-21ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明1-59/+63
2013-01-21ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明1-24/+21
2013-01-21ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-16/+8
2013-01-21ndisc: Use ndisc_send_skb() for redirect.YOSHIFUJI Hideaki / 吉藤英明1-23/+14
2013-01-21ndisc: Remove icmp6h argument from ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-01-21ndisc: Make ndisc_fill_xxx_option() for sk_buff.YOSHIFUJI Hideaki / 吉藤英明1-18/+15
2013-01-21ndisc: Calculate message body length and option length separately.YOSHIFUJI Hideaki / 吉藤英明1-9/+11
2013-01-21ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-21ndisc: Defer building IPv6 header.YOSHIFUJI Hideaki / 吉藤英明1-11/+11
2013-01-21ndisc: Remove dev argument for ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-5/+5
2013-01-21ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().YOSHIFUJI Hideaki / 吉藤英明1-6/+6
2013-01-21ndisc: Simplify arguments for ip6_nd_hdr().YOSHIFUJI Hideaki / 吉藤英明1-8/+7
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明4-42/+52
2013-01-21ndisc: Introduce ndisc_alloc_skb() helper.YOSHIFUJI Hideaki / 吉藤英明1-25/+27
2013-01-21ndisc: Introduce ndisc_fill_redirect_hdr_option().YOSHIFUJI Hideaki / 吉藤英明1-6/+15
2013-01-21ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-21ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.YOSHIFUJI Hideaki / 吉藤英明2-7/+8
2013-01-21ndisc: Reduce number of arguments for ndisc_fill_addr_option().YOSHIFUJI Hideaki / 吉藤英明1-7/+6
2013-01-21net: ethernet: davinci: Fix build breakageThierry Reding1-1/+1
2013-01-20firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().YOSHIFUJI Hideaki / 吉藤英明1-6/+6
2013-01-20firewire net: Ensure checksumming in upper layer.YOSHIFUJI Hideaki / 吉藤英明1-1/+1