summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot1-51/+20
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot1-2/+0
2019-06-06netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gatherwenxu1-1/+3
2019-06-06inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-06net: rds: add per rds connection cache statisticsZhu Yanjun1-0/+2
2019-06-06net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2-2/+2
2019-06-06net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-06net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-06net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern5-28/+194
2019-06-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern7-47/+71
2019-06-05ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern1-6/+7
2019-06-05net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-06-05net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2-6/+5
2019-06-05net/tls: use version from protJakub Kicinski1-2/+2
2019-06-05net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski1-4/+0
2019-06-05net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski1-3/+5
2019-06-05net/tls: remove false positive warningJakub Kicinski1-2/+4
2019-06-05net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski1-6/+14
2019-06-05net/tls: fully initialize the msg wrapper skbJakub Kicinski2-6/+27
2019-06-05net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-05devlink: allow driver to update progress of flash updateJiri Pirko1-0/+102
2019-06-04net: fix use-after-free in kfree_skb_listEric Dumazet3-7/+5
2019-06-04tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-04ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-04ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet1-3/+2
2019-06-04ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet1-2/+2
2019-06-04flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-9/+1
2019-06-03net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit1-10/+4
2019-06-03net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal5-43/+79
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal5-17/+29
2019-06-03netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal3-7/+16
2019-06-03devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-03net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-15/+16
2019-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller32-139/+370
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-29/+52
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2-10/+2
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin2-5/+8
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2-3/+3
2019-06-01bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-06-01bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2-20/+40
2019-06-01nexthop: 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