summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-43/+414
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller48-1593/+1037
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2-0/+83
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev1-38/+54
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal2-18/+19
2019-01-28netfilter: conntrack: fix error path in nf_conntrack_pernet_init()Cong Wang1-2/+2
2019-01-28netfilter: nft_counter: remove wrong __percpu of nft_counter_resest()'s argLuc Van Oostenryck1-1/+1
2019-01-28ipvs: use indirect call wrappersMatteo Croce3-10/+45
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce4-15/+19
2019-01-27tcp: change pingpong threshold to 3Wei Wang1-6/+9
2019-01-27tcp: Refactor pingpong codeWei Wang8-18/+18
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei1-1/+1
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-76/+123
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-74/+120
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu1-93/+19
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu1-2/+3
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2-11/+28
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu1-5/+15
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn2-7/+5
2019-01-25net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-189/+71
2019-01-25net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-171/+62
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2-262/+320
2019-01-25Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller4-7/+18
2019-01-25net: Revert devlink health changes.David S. Miller1-1058/+0
2019-01-25cfg80211: extend range deviation for DMGChaitanya Tata1-2/+2
2019-01-25cfg80211: reg: remove warn_on for a normal caseChaitanya Tata1-2/+7
2019-01-25mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-01-25mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-01-25nl80211: fix NLA_POLICY_NESTED() argumentsJohannes Berg1-1/+1
2019-01-24bridge: remove duplicated include from br_multicast.cYueHaibing1-1/+0
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang1-3/+0
2019-01-24tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha1-1/+121
2019-01-24tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha1-21/+39
2019-01-24Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+27
2019-01-24sctp: set flow sport from saddr only when it's 0Xin Long2-2/+4
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long1-3/+8
2019-01-24sctp: improve the events for sctp stream addingXin Long1-11/+8
2019-01-24sctp: improve the events for sctp stream resetXin Long1-22/+17
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel5-5/+213
2019-01-25xsk: add id to umemBjörn Töpel1-0/+13
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel1-0/+30
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+21
2019-01-23ax25: fix possible use-after-freeEric Dumazet2-13/+10
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva2-3/+3
2019-01-22devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor1-1/+1
2019-01-22net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel1-2/+2
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing1-0/+3
2019-01-22net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski1-0/+2
2019-01-22bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2-1/+59