aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-4/+0
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal2-4/+2
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-19/+23
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2-0/+4
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert1-2/+10
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert2-2/+99
2017-04-14esp6: Reorganize esp_outputSteffen Klassert2-124/+243
2017-04-14esp6: Remame esp_input_done2Steffen Klassert1-3/+3
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert2-3/+10
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2-0/+57
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg5-13/+18
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz1-1/+5
2017-04-12ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring1-5/+12
2017-04-12ipv6: Fix idev->addr_list corruptionRabin Vincent1-4/+7
2017-04-08netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal1-9/+0
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-12/+8
2017-03-28net: ipv6: Add support for RTM_DELNETCONFDavid Ahern1-5/+15
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2-15/+27
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2-2/+55
2017-03-27ipv6: sr: select DST_CACHE by defaultDavid Lebrun2-18/+1
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck1-2/+0
2017-03-24ipv6: sr: use dst_cache in seg6_inputDavid Lebrun1-1/+26
2017-03-24ipv6: sr: expand skb head only if necessaryDavid Lebrun1-2/+2
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org4-5/+9
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+11
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2-0/+12
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+1
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-03-16net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh1-4/+1
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-5/+0
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+8
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-18/+34
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-1/+1
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2-8/+8
2017-03-12net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-11/+11
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni1-1/+3
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-03-06ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster1-0/+114
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+32