aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller48-1593/+1037
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/linux/kernel/git/jberg/mac80211David 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/linux/kernel/git/mkl/linux-canDavid 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-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
2019-01-22bridge: join all-snoopers multicast addressLinus Lüssing2-1/+73
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2-61/+52
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing4-70/+38
2019-01-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+1
2019-01-22netfilter: conntrack: fix bogus port values for other l4 protocolsFlorian Westphal1-11/+35
2019-01-22netfilter: conntrack: fix IPV6=n buildsFlorian Westphal2-0/+10
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi3-13/+17