summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-10Update my email addressJozsef Kadlecsik
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-06-10netfilter: ipset: Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot
2019-06-06netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gatherwenxu
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-04ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski
2019-06-04net/tls: use version from protJakub Kicinski
2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski
2019-06-04net/tls: remove false positive warningJakub Kicinski
2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet
2019-06-03ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev
2019-06-02net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo
2019-05-31nexthop: remove redundant assignment to errColin Ian King
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller