aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov1-8/+35
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-194/+245
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn3-5/+9
2019-05-30net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant1-4/+0
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei1-23/+66
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski1-1/+1
2019-05-30net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean1-10/+50
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei1-4/+15
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-6/+1
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce1-4/+11
2019-05-30netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso1-16/+42
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso2-2/+180
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso6-4/+400
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso1-3/+58
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso1-18/+37
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso1-76/+107
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-88/+112
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso1-55/+77
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-33/+55
2019-05-30tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron1-24/+71