summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
2019-05-31netfilter: tcpmss, optstrip: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: xt_HL: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: nf_tables: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal
2019-05-31netfilter: bridge: convert skb_make_writable to skb_ensure_writableFlorian Westphal
2019-05-31netfilter: nf_tables: free base chain counters from workerFlorian Westphal
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo
2019-05-31netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov
2019-05-31ipvs: add function to find tunnelsJulian Anastasov
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce
2019-05-30netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso