summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-102-4/+4
* ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-101-0/+1
* net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King2018-05-101-1/+1
* sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King2018-05-101-1/+1
* tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-05-101-2/+13
* net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-104-9/+6
* Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc...David S. Miller2018-05-082-9/+9
|\
| * net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
* | llc: better deal with too small mtuEric Dumazet2018-05-081-0/+3
* | trivial: fix inconsistent help textsGeorg Hofmann2018-05-081-5/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-074-12/+46
|\ \
| * | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
| * | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-162-0/+9
| * | af_key: Always verify length of provided sadb_keyKevin Easton2018-04-091-10/+35
* | | net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-071-0/+1
* | | tls: fix use after free in tls_sk_proto_closeEric Dumazet2018-05-071-7/+4
* | | sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-072-41/+75
* | | net/netlink: make sure the headers line up actual value outputYU Bo2018-05-041-3/+3
* | | nsh: fix infinite loopEric Dumazet2018-05-041-0/+4
* | | net: atm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-041-2/+7
* | | openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-05-041-6/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-0322-129/+190
|\ \ \
| * | | dccp: fix tasklet usageEric Dumazet2018-05-032-3/+13
| * | | smc: fix sendpage() callStefan Raspl2018-05-031-2/+4
| * | | net/smc: handle unregistered buffersKarsten Graul2018-05-033-5/+24
| * | | net/smc: call consolidationKarsten Graul2018-05-031-20/+15
| * | | tcp: restore autocorkingEric Dumazet2018-05-031-1/+1
| * | | rds: do not leak kernel memory to user landEric Dumazet2018-05-031-0/+1
| * | | ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-021-65/+53
| * | | net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-021-12/+25
| * | | ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-0/+3
| * | | net/smc: restrict non-blocking connect finishUrsula Braun2018-05-021-6/+8
| * | | sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-021-1/+1
| * | | sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-021-1/+1
| * | | sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long2018-05-021-0/+6
| * | | tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell2018-05-021-1/+3
| * | | net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-011-0/+7
| * | | ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-3/+0
| * | | ethtool: fix a potential missing-check bugWenwen Wang2018-05-011-0/+5
| * | | tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-011-1/+1
| * | | ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
| * | | bridge: check iface upper dev when setting master via ioctlHangbin Liu2018-04-291-2/+2
| * | | net: support compat 64-bit time in {s,g}etsockoptLance Richardson2018-04-271-2/+4
| * | | sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long2018-04-271-0/+2
| * | | sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-04-271-0/+3
| * | | tcp: ignore Fast Open on repair modeYuchung Cheng2018-04-271-1/+2
| * | | tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-04-271-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-251-0/+1
| |\ \ \
| | * | | bpf: clear the ip_tunnel_info.William Tu2018-04-251-0/+1
| * | | | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2