summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde
2013-01-23Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller
2013-01-23soreuseport: UDP/IPv6 implementationTom Herbert
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert
2013-01-23soreuseport: infrastructureTom Herbert
2013-01-22netpoll: fix an uninitialized variableCong Wang
2013-01-22ipv6: remove duplicated declaration of ip6_fragment()Cong Wang
2013-01-22netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明
2013-01-22ipmr: fix sparse warning when testing origin or groupNicolas Dichtel
2013-01-21ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel
2013-01-21ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Use ndisc_send_skb() for redirect.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Remove icmp6h argument from ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Make ndisc_fill_xxx_option() for sk_buff.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Calculate message body length and option length separately.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Defer building IPv6 header.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Remove dev argument for ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Simplify arguments for ip6_nd_hdr().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Introduce ndisc_alloc_skb() helper.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Introduce ndisc_fill_redirect_hdr_option().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ndisc: Reduce number of arguments for ndisc_fill_addr_option().YOSHIFUJI Hideaki / 吉藤英明
2013-01-20ndisc: Make several arguments for ndisc_send_na() boolean.YOSHIFUJI Hideaki / 吉藤英明
2013-01-20ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...YOSHIFUJI Hideaki / 吉藤英明
2013-01-19batman-adv: Start new development cycleAntonio Quartulli
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich
2013-01-19batman-adv: rename random32() to prandom_u32()Akinobu Mita
2013-01-19batman-adv: kernel doc for types.hMarek Lindner