summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-129/+190
2018-05-03dccp: fix tasklet usageEric Dumazet2-3/+13
2018-05-03smc: fix sendpage() callStefan Raspl1-2/+4
2018-05-03net/smc: handle unregistered buffersKarsten Graul3-5/+24
2018-05-03net/smc: call consolidationKarsten Graul1-20/+15
2018-05-03tcp: restore autocorkingEric Dumazet1-1/+1
2018-05-03rds: do not leak kernel memory to user landEric Dumazet1-0/+1
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov1-65/+53
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel1-0/+3
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun1-6/+8
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long1-0/+6
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell1-1/+3
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter1-3/+0
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-04-29bridge: check iface upper dev when setting master via ioctlHangbin Liu1-2/+2
2018-04-27net: support compat 64-bit time in {s,g}etsockoptLance Richardson1-2/+4
2018-04-27Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+18
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long1-0/+2
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy1-1/+1
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun1-4/+0
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-24packet: fix bitfield update raceWillem de Bruijn2-21/+49
2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov1-0/+1
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov1-3/+10
2018-04-23l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault1-0/+7
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-171/+200
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn1-5/+2
2018-04-22net: sched: ife: check on metadata lengthAlexander Aring1-0/+3
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring2-3/+39
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring1-1/+1
2018-04-22strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes1-1/+1
2018-04-22ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam1-1/+1
2018-04-22llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang1-9/+12
2018-04-22llc: delete timers synchronously in llc_sk_free()Cong Wang2-9/+22
2018-04-22l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2-2/+8
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-138/+218
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun1-6/+4
2018-04-19llc: hold llc_sap before release_sock()Cong Wang1-0/+7