aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern7-47/+71
2019-06-04ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern1-6/+7
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2-6/+5
2019-06-04net/tls: use version from protJakub Kicinski1-2/+2
2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski1-4/+0
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski1-3/+5
2019-06-04net/tls: remove false positive warningJakub Kicinski1-2/+4
2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski1-6/+14
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski2-6/+27
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko1-0/+102
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet3-7/+5
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-03ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet1-3/+2
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet1-2/+2
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-9/+1
2019-06-02net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit1-10/+4
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal5-43/+79
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal5-17/+29
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal3-7/+16
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-15/+16
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller32-139/+370
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-29/+52
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2-10/+2
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin2-5/+8
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2-3/+3
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2-20/+40
2019-05-31nexthop: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller95-924/+313
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso1-1/+1
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu2-17/+137
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal4-28/+6
2019-05-31netfilter: tcpmss, optstrip: prefer skb_ensure_writableFlorian Westphal2-16/+14
2019-05-31netfilter: xt_HL: prefer skb_ensure_writableFlorian Westphal1-2/+2
2019-05-31netfilter: nf_tables: prefer skb_ensure_writableFlorian Westphal2-4/+5
2019-05-31netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal5-6/+6
2019-05-31netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal4-17/+17
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal7-18/+18
2019-05-31netfilter: bridge: convert skb_make_writable to skb_ensure_writableFlorian Westphal3-3/+3
2019-05-31netfilter: nf_tables: free base chain counters from workerFlorian Westphal1-16/+10
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo1-1/+0
2019-05-31netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk1-3/+20
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov1-0/+60
2019-05-31ipvs: add function to find tunnelsJulian Anastasov2-0/+37