summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2014-02-11ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+6
2014-02-11inet: add RCU protection to inet->optEric Dumazet1-1/+1
2012-08-17ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2012-05-17net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-0/+2
2012-05-17udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2012-05-17ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang1-1/+1
2012-05-17netfilter: IPv6: initialize TOS field in REJECT target moduleFernando Luis Vazquez Cao1-1/+3
2012-03-14net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-0/+8
2012-03-14ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2012-03-14ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2011-06-26ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-18ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-04-18net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-1/+1
2011-04-18udp: add rehash on connect()Eric Dumazet2-1/+16
2011-01-07ip: fix truesize mismatch in ip fragmentationEric Dumazet1-5/+13
2011-01-07net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-08-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-08-02ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-08-02IPv6: only notify protocols if address is completely goneStephen Hemminger1-1/+3
2010-08-02IPv6: keep route for tentative addressStephen Hemminger1-1/+2
2010-08-02IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-06IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley1-2/+6
2010-05-04ipv6: Fix default multicast hops setting.David S. Miller1-1/+1
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller1-10/+5
2010-04-26ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-23tcp: bind() fix when many ports are boundEric Dumazet1-5/+10
2010-04-22net: ipv6 bind to device issueJiri Olsa1-1/+1
2010-04-22ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei1-1/+1
2010-04-22xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel1-1/+1
2010-04-21ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu1-1/+1
2010-04-16ip: Fix ip_dev_loopback_xmit()Eric Dumazet1-1/+1
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller35-0/+35
2010-04-08udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo35-0/+35
2010-03-29ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明1-4/+9
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel1-4/+7
2010-03-27net: fix netlink address dumping in IPv4/IPv6Patrick McHardy1-1/+1
2010-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2010-03-25netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik1-1/+1
2010-03-20net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy1-0/+3
2010-03-20ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu1-1/+1
2010-03-13ipv6: Send netlink notification when DAD failsHerbert Xu1-0/+2
2010-03-08tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet1-1/+2
2010-03-08ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2-18/+4
2010-03-06net: backlog functions renameZhu Yi2-3/+3
2010-03-06udp: use limited socket backlogZhu Yi1-10/+18
2010-03-06tcp: use limited socket backlogZhu Yi1-2/+4
2010-03-04IPv6: fix race between cleanup and add/delete addressstephen hemminger1-5/+13
2010-03-04IPv6: addrconf notify when address is unavailablestephen hemminger1-17/+29
2010-03-04IPv6: addrconf timer racestephen hemminger1-13/+15