summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-262-262/+320
* net: Revert devlink health changes.David S. Miller2019-01-251-1058/+0Star
* bridge: remove duplicated include from br_multicast.cYueHaibing2019-01-251-1/+0Star
* tipc: remove dead code in struct tipc_topsrvZhaolong Zhang2019-01-251-3/+0Star
* tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-251-1/+121
* tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2019-01-251-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-231-1/+1
* devlink: Add missing check of nlmsg_putYueHaibing2019-01-231-0/+3
* bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2019-01-232-1/+59
* bridge: join all-snoopers multicast addressLinus Lüssing2019-01-232-1/+73
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-232-61/+52Star
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-234-70/+38Star
* 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
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2151-322/+296Star
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-203-15/+34
| | |\
| | | * bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-202-10/+12
| | | * bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
| | | * bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
| | | * bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
| | | * xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak2019-01-151-3/+13
| | * | net: bridge: Mark FDB entries that were added by user as suchIdo Schimmel2019-01-191-0/+5
| | * | net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-183-0/+3
| | * | neighbour: Do not perturb drop profiles when neigh_probeYang Wei2019-01-181-1/+1
| | * | net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang2019-01-181-5/+4Star
| | * | af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel2019-01-181-1/+2
| | * | udp6: add missing rehash callback to udpliteAlexey Kodanev2019-01-183-1/+3
| | * | udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-183-1/+3
| | * | net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera2019-01-171-5/+14
| | * | udp: with udp_segment release on error pathWillem de Bruijn2019-01-172-8/+24
| | * | net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo2019-01-171-1/+1
| | * | ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski2019-01-161-12/+2Star
| | * | net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-01-161-1/+1
| | * | sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-162-7/+2Star
| | * | erspan: build the header with the right proto according to erspan_verXin Long2019-01-162-11/+18
| | * | openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-161-1/+1
| | * | net_sched: refetch skb protocol for each filterCong Wang2019-01-161-2/+1Star
| | * | fou, fou6: do not assume linear skbsEric Dumazet2019-01-162-4/+14
| | * | tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-161-1/+1
| | * | net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-161-8/+11
| | * | Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-165-191/+24Star
| | * | tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-161-1/+1
| | * | tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-161-0/+2
| | * | tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-161-0/+5
| | * | tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-161-0/+26