aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Update my email addressJozsef Kadlecsik26-41/+41
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio1-1/+1
2019-06-10netfilter: ipset: Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik1-20/+21
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik1-4/+6
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki1-3/+7
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-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun1-0/+2
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2-2/+2
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern5-28/+194
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