summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2013-08-16net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2-3/+3
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel2-10/+36
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel1-3/+3
2013-08-14ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2-3/+39
2013-08-09net: add SNMP counters tracking incoming ECN bitsEric Dumazet2-1/+9
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-40/+45
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek1-1/+1
2013-08-03fib_rules: add route suppression based on ifgroupStefan Tomanek1-3/+13
2013-08-03icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger1-1/+6
2013-08-03icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger1-1/+1
2013-08-02ipv6: bump genid when delete/add addressfan.du1-0/+1
2013-08-02ipv6: prevent race between address creation and removalJiri Benc1-16/+15
2013-08-02ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko1-9/+11
2013-08-02ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2-4/+6
2013-08-02ipv6: prevent fib6_run_gc() contentionMichal Kubeček3-15/+12
2013-08-01ipv6: fib6_rules should return exact return valueHannes Frederic Sowa1-3/+11
2013-08-01fib_rules: add .suppress operationStefan Tomanek1-0/+13
2013-08-01net: split rt_genid for ipv4 and ipv6fan.du2-2/+3
2013-07-31tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa1-1/+2
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa1-1/+3
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+1
2013-07-25ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-07-25net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du1-8/+8
2013-07-25net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-24ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng1-2/+0
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta1-3/+3
2013-07-13ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-11ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-11net: rename ll methods to busy-pollEliezer Tamir2-2/+2
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2-2/+2
2013-07-05sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-04ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-04net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti1-1/+4
2013-07-04net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti1-0/+2
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+17
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+6
2013-07-02ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-10/+12
2013-07-02ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel1-4/+8
2013-07-02ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-06-29ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2-5/+64
2013-06-29ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-8/+31
2013-06-28sit: add support of x-netnsNicolas Dichtel1-10/+32
2013-06-27ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa1-1/+4
2013-06-27ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-26ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-26ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa1-5/+4
2013-06-26ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0