summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-221-0/+4
* | | ipmr: fix sparse warning when testing origin or groupNicolas Dichtel2013-01-221-11/+12
* | | ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* | | 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
* | | net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-211-6/+35
* | | mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-212-26/+219
* | | 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-213-35/+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-211-6/+1
* | | ndisc: Reduce number of arguments for ndisc_fill_addr_option().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-7/+6
* | | ndisc: Make several arguments for ndisc_send_na() boolean.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-5/+5
* | | ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...YOSHIFUJI Hideaki / 吉藤英明2013-01-211-5/+1
* | | batman-adv: Start new development cycleAntonio Quartulli2013-01-191-1/+1
* | | batman-adv: update copyright yearsAntonio Quartulli2013-01-1942-42/+42
* | | batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich2013-01-193-5/+57
* | | batman-adv: rename random32() to prandom_u32()Akinobu Mita2013-01-191-2/+2
* | | batman-adv: kernel doc for types.hMarek Lindner2013-01-191-66/+395
* | | batman-adv: rename batadv_claim struct to make clear it is used by blaMarek Lindner2013-01-192-21/+22
* | | batman-adv: rename batadv_backbone_gw struct to make clear it is used by blaMarek Lindner2013-01-192-27/+29
* | | batman-adv: rename batadv_recvlist_node struct to make clear it is used by visMarek Lindner2013-01-192-4/+4
* | | batman-adv: rename batadv_if_list_entry struct to make clear it is used by visMarek Lindner2013-01-192-13/+14
* | | batman-adv: group tt type definitions togetherMarek Lindner2013-01-191-25/+25
* | | batman-adv: mark debug_log struct as bat_priv only structMarek Lindner2013-01-192-18/+20
* | | batman-adv: align kernel doc properlyMarek Lindner2013-01-191-13/+12
* | | batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-196-44/+32
* | | ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa2013-01-181-6/+1
* | | ndisc: Check NS message length before access.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-0/+5
* | | ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-183-13/+7
* | | 6lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott2013-01-181-9/+32
* | | 6lowpan: Refactor packet delivery into a functionAlan Ott2013-01-181-14/+24