aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
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-23Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva2-3/+3
2019-01-23Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann1-0/+6
2019-01-23bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao1-0/+2
2019-01-23Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann1-31/+46
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
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
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-2/+17
2019-01-22net/tls: build_protos moved to common routineAtul Gupta1-22/+32
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang3-23/+43
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski1-0/+1
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke4-6/+16
2019-01-226lowpan: fix debugfs_simple_attr.cocci warningsYueHaibing1-21/+21
2019-01-22Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warningsYueHaibing1-5/+6
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller57-340/+348
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-322/+296
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-15/+34
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-19net_sched: add performance counters for basic filterCong Wang1-0/+25
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-18/+52
2019-01-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao1-1/+0