summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: change pingpong threshold to 3Wei Wang2019-01-271-6/+9
* tcp: Refactor pingpong codeWei Wang2019-01-278-18/+18
* net: ipv4: ip_input: fix blank line coding style issuesYang Wei2019-01-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2717-76/+123
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2716-74/+120
| |\
| | * Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-01-254-7/+18
| | |\
| | | * cfg80211: extend range deviation for DMGChaitanya Tata2019-01-251-2/+2
| | | * cfg80211: reg: remove warn_on for a normal caseChaitanya Tata2019-01-251-2/+7
| | | * mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-01-251-1/+1
| | | * mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-01-251-0/+4
| | | * nl80211: fix NLA_POLICY_NESTED() argumentsJohannes Berg2019-01-251-1/+1
| | | * mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-01-191-1/+3
| | * | Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller2019-01-241-0/+27
| | |\ \
| | | * | can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-221-0/+27
| | * | | sctp: set flow sport from saddr only when it's 0Xin Long2019-01-242-2/+4
| | * | | sctp: set chunk transport correctly when it's a new asocXin Long2019-01-241-3/+8
| | * | | sctp: improve the events for sctp stream addingXin Long2019-01-241-11/+8
| | * | | sctp: improve the events for sctp stream resetXin Long2019-01-241-22/+17
| | * | | ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-01-241-1/+7
| | * | | ax25: fix possible use-after-freeEric Dumazet2019-01-232-13/+10
| | * | | net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel2019-01-221-2/+2
| | * | | net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski2019-01-221-0/+2
| | * | | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-223-13/+17
| | |/ /
| * / / libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
| |/ /
* | | ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu2019-01-261-93/+19
* | | ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu2019-01-261-2/+3
* | | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-262-11/+28
* | | ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu2019-01-261-5/+15
* | | tcp: allow zerocopy with fastopenWillem de Bruijn2019-01-252-7/+5
* | | net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-01-251-189/+71
* | | net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-01-251-171/+62
* | | net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-252-262/+320
* | | net: Revert devlink health changes.David S. Miller2019-01-251-1058/+0
* | | bridge: remove duplicated include from br_multicast.cYueHaibing2019-01-241-1/+0
* | | tipc: remove dead code in struct tipc_topsrvZhaolong Zhang2019-01-241-3/+0
* | | tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-241-1/+121
* | | tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2019-01-241-21/+39
* | | tipc: mark expected switch fall-throughsGustavo A. R. Silva2019-01-232-3/+3
* | | devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor2019-01-221-1/+1
* | | devlink: Add missing check of nlmsg_putYueHaibing2019-01-221-0/+3
* | | bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2019-01-222-1/+59
* | | bridge: join all-snoopers multicast addressLinus Lüssing2019-01-222-1/+73
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-222-61/+52
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-224-70/+38
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-01-221-0/+1
|\ \ \
| * | | xsk: export xdp_get_umem_from_qidJan Sokolowski2019-01-221-0/+1
* | | | net/tls: free ctx in sock destructAtul Gupta2019-01-221-2/+17
* | | | net/tls: build_protos moved to common routineAtul Gupta2019-01-221-22/+32
* | | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-223-23/+43
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2157-340/+348
|\| |