summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.YOSHIFUJI Hideaki / 吉藤英明2013-01-212-7/+8
| * ndisc: Reduce number of arguments for ndisc_fill_addr_option().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-7/+6
|/
* net: ethernet: davinci: Fix build breakageThierry Reding2013-01-211-1/+1
* firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().YOSHIFUJI Hideaki / 吉藤英明2013-01-201-6/+6
* firewire net: Ensure checksumming in upper layer.YOSHIFUJI Hideaki / 吉藤英明2013-01-201-1/+1
* usbnet: pegasus: set wakeup enable in set_wolMing Lei2013-01-201-1/+7
* net/mlx4_en: remove redundant codeEric Dumazet2013-01-201-4/+0
* ndisc: Make several arguments for ndisc_send_na() boolean.YOSHIFUJI Hideaki / 吉藤英明2013-01-201-5/+5
* ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}().YOSHIFUJI Hideaki / 吉藤英明2013-01-201-0/+10
* ipv6: Optimize ipv6_addr_is_solict_mult().YOSHIFUJI Hideaki / 吉藤英明2013-01-201-4/+11
* ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...YOSHIFUJI Hideaki / 吉藤英明2013-01-202-5/+9
* ipv6: Make ipv6_addr_is_XXX() return boolean.YOSHIFUJI Hideaki2013-01-201-4/+4
* net: asix: ax88772_unbind() can be staticWu Fengguang2013-01-191-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-01-1927-126/+186
|\
| * igb: Copyright string update to year 2013Akeem G. Abodunrin2013-01-1920-21/+22
OpenPOWER on IntegriCloud