summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner3-37/+18
2015-03-19ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner1-8/+27
2015-03-19inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-1/+1
2015-03-19ipv6: get rid of __inet6_hash()Eric Dumazet2-52/+3
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet2-27/+6
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet2-13/+13
2015-03-18inet: fix request sock refcountingEric Dumazet1-3/+4
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-2/+1
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet1-1/+1
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-2/+0
2015-03-13inet: introduce ireq_familyEric Dumazet2-0/+2
2015-03-13inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet1-2/+2
2015-03-13ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-0/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman2-9/+3
2015-03-12net: Kill hold_net release_netEric W. Biederman2-6/+2
2015-03-12ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel1-1/+15
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+31
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman2-3/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-7/+46
2015-03-09ip: fix error queue empty skb handlingWillem de Bruijn1-11/+28
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso1-7/+11
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-0/+7
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+18
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-0/+35
2015-03-03neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue4-17/+11
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-1/+1
2015-03-01tcp: cleanup static functionsEric Dumazet1-2/+2
2015-02-28multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2-7/+51
2015-02-28igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-9/+31
2015-02-25ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-02-24ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-02-22ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater1-1/+1
2015-02-15ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2015-02-12udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert1-1/+5
2015-02-12ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+40
2015-02-10ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-02-10ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-02-09rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-06net: ipv6: allow explicitly choosing optimistic addressesErik Kline2-3/+20
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-27/+50
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4